diff --git a/rust_crypto/Cargo.toml b/rust_crypto/Cargo.toml index 4f444a4..d9c9593 100644 --- a/rust_crypto/Cargo.toml +++ b/rust_crypto/Cargo.toml @@ -37,7 +37,7 @@ subtle = "2.5" # Constant-time operations zeroize = { version = "1.8", features = ["derive"] } # Random number generation -rand = "0.8" +rand = "0.10" rand_core = "0.6" getrandom = { version = "0.4", features = ["std"] }