diff --git a/curve25519-parser/Cargo.toml b/curve25519-parser/Cargo.toml index dd90930..5659a55 100644 --- a/curve25519-parser/Cargo.toml +++ b/curve25519-parser/Cargo.toml @@ -21,7 +21,7 @@ sha2 = "0" pem = "0" [dependencies.rand_core] -version = "0.5" +version = "0.6" default-features = false [dev-dependencies]