diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ceb3dbbd8..6c7651b81 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1197,7 +1197,7 @@ dependencies = [ "secrecy", "serde", "sha2", - "socket2 0.5.4", + "socket2 0.5.5", "stun_codec", "test-strategy", "tokio", @@ -1802,7 +1802,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.4", + "socket2 0.5.5", "widestring", "windows-sys 0.48.0", "winreg", @@ -3337,9 +3337,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" +checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" dependencies = [ "libc", "windows-sys 0.48.0", @@ -3671,7 +3671,7 @@ dependencies = [ "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.4", + "socket2 0.5.5", "tokio-macros", "windows-sys 0.48.0", ] @@ -4417,7 +4417,7 @@ version = "0.6.0" source = "git+https://github.com/firezone/webrtc?branch=master#f4c503333ac8ee01d0ad4e8ba827baa9f83f3fe2" dependencies = [ "log", - "socket2 0.5.4", + "socket2 0.5.5", "thiserror", "tokio", "webrtc-util", diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index 164e12566..ab3a6b57f 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -36,7 +36,7 @@ phoenix-channel = { path = "../phoenix-channel" } url = "2.4.1" serde = { version = "1.0.189", features = ["derive"] } trackable = "1.3.0" -socket2 = "0.5.4" +socket2 = "0.5.5" axum = { version = "0.6.20", default-features = false, features = ["http1", "tokio"] } [dev-dependencies]