diff --git a/rust_crypto/Cargo.toml b/rust_crypto/Cargo.toml index 4f444a4..d57a7a3 100644 --- a/rust_crypto/Cargo.toml +++ b/rust_crypto/Cargo.toml @@ -38,7 +38,7 @@ zeroize = { version = "1.8", features = ["derive"] } # Random number generation rand = "0.8" -rand_core = "0.6" +rand_core = "0.10" getrandom = { version = "0.4", features = ["std"] } # Handle registry