diff --git a/typhoon/Cargo.toml b/typhoon/Cargo.toml index 3f92234..eb21b45 100644 --- a/typhoon/Cargo.toml +++ b/typhoon/Cargo.toml @@ -41,7 +41,7 @@ ed25519-dalek = "^2.2.0" generic-array = "^1.3.5" lazy_static = "^1.5.0" log = "^0.4.29" -rand = "^0.8.5" +rand = "^0.10.0" thiserror = "^2.0.18" tokio = { version = "^1.47.1", features = ["net", "sync", "time", "rt"], optional = true } rand_distr = "^0.4.3"