diff --git a/Cargo.toml b/Cargo.toml index 297f7d9..8a573eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ env_logger = "0.11" hickory-proto = "0.24" log = "0.4" moka = { version = "0.12", features = ["future"] } -rand = "0.8" +rand = "0.9" tokio = { version = "1", features = ["rt-multi-thread"] } [[example]]