diff --git a/Cargo.lock b/Cargo.lock index e5df0208..03e2a58e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1603,7 +1603,7 @@ dependencies = [ "once_cell", "p256 0.13.2", "p384", - "rand 0.8.6", + "rand 0.10.1", "reqwest 0.12.28", "ruint", "secrecy", diff --git a/bedrock/Cargo.toml b/bedrock/Cargo.toml index dc36378c..735817a9 100644 --- a/bedrock/Cargo.toml +++ b/bedrock/Cargo.toml @@ -65,7 +65,7 @@ p256 = { version = "0.13.2", default-features = false, features = [ "pkcs8", ] } p384 = { version = "0.13", default-features = false, features = ["ecdsa", "sha384"] } -rand = { version = "0.8.5", default-features = false, features = ["std"] } +rand = { version = "0.10.1", default-features = false, features = ["std"] } reqwest = { version = "0.12", default-features = false, features = [ "gzip", "rustls-tls",