diff --git a/Cargo.toml b/Cargo.toml index 57a889e4..7a7e1caa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ futures-test = "0.3.5" ntest = "0.9" proptest = "1" proptest-derive = "0.5" -rand = "0.8.5" +rand = "0.9.0" tokio = { version = "1.24.2", default-features = false, features = ["io-util", "macros", "rt-multi-thread", "io-std"] } tokio-util = { version = "0.7", default-features = false, features = ["io"] }