diff --git a/Cargo.toml b/Cargo.toml index 1edfb69..d52865f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ hex = "0.4" backoff = { version = "0.4", features = ["tokio"] } redb = { version = "2.1", optional = true } moka = { version = "0.12", features = ["future"], optional = true } # Caching library -rand = "0.8" +rand = "0.9" [dev-dependencies] cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }