diff --git a/Cargo.toml b/Cargo.toml index 429ea69e..9411e0b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ url = "2.2.2" tracing = "0.1" thiserror = "2.0" async-trait = "0.1.51" -rand = "0.8" +rand = "0.9" dashmap = "6.1.0" murmur3 = "0.5.2" diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 1509c5e1..629e39ad 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -20,5 +20,5 @@ derive_more = "0.99" [dev-dependencies] fake = { version = "3.0", features=['derive', 'chrono','uuid']} -rand = "0.8" +rand = "0.9" pretty_assertions = "1.2.0"