diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 8d54b5bd2..b529e669b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2585,7 +2585,7 @@ dependencies = [ "sha2", "smallvec", "socket-factory", - "socket2 0.5.10", + "socket2 0.6.0", "stun_codec", "test-strategy", "thiserror 2.0.12", @@ -2670,7 +2670,7 @@ dependencies = [ "sha2", "snownet", "socket-factory", - "socket2 0.5.10", + "socket2 0.6.0", "test-case", "test-strategy", "thiserror 2.0.12", @@ -6949,7 +6949,7 @@ dependencies = [ "libc", "opentelemetry", "quinn-udp", - "socket2 0.5.10", + "socket2 0.6.0", "tokio", "tracing", ] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2667cd742..e166f2038 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -156,7 +156,7 @@ smbios-lib = "0.9.2" smoltcp = { version = "0.12", default-features = false } snownet = { path = "connlib/snownet" } socket-factory = { path = "connlib/socket-factory" } -socket2 = { version = "0.5" } +socket2 = { version = "0.6" } specta = "=2.0.0-rc.22" specta-typescript = "0.0.9" static_assertions = "1.1.0"