diff --git a/typhoon/Cargo.toml b/typhoon/Cargo.toml index 3f92234..1220bc8 100644 --- a/typhoon/Cargo.toml +++ b/typhoon/Cargo.toml @@ -44,5 +44,5 @@ log = "^0.4.29" rand = "^0.8.5" thiserror = "^2.0.18" tokio = { version = "^1.47.1", features = ["net", "sync", "time", "rt"], optional = true } -rand_distr = "^0.4.3" +rand_distr = "^0.6.0" x25519-dalek = { version = "^2.0.1", features = ["static_secrets"] }