diff --git a/typhoon/Cargo.toml b/typhoon/Cargo.toml index ad2055c..52c92e6 100644 --- a/typhoon/Cargo.toml +++ b/typhoon/Cargo.toml @@ -48,7 +48,7 @@ subtle = "^2.6.1" thiserror = "^2.0.18" tokio = { version = "^1.47.1", features = ["net", "sync", "time", "rt", "rt-multi-thread", "macros"], optional = true } rand_distr = "^0.4.3" -socket2 = { version = "^0.5", features = ["all"], optional = true } +socket2 = { version = "^0.6", features = ["all"], optional = true } x25519-dalek = { version = "^2.0.1", features = ["static_secrets"] } [target.'cfg(target_os = "linux")'.dependencies]