diff --git a/Cargo.toml b/Cargo.toml index 794b1aa..41be067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ p384 = { version = "0.13", default-features = false, features = ["ecdh", "ecdsa" ecdsa = { version = "0.16", default-features = false, features = ["signing", "verifying", "std", "der"], optional = true } digest = { version = "0.10", optional = true } const-oid = { version = "0.9", optional = true } -rand = { version = "0.8", optional = true } +rand = { version = "0.10", optional = true } [dev-dependencies] criterion = { version = "0.8.2", features = ["html_reports"] }