diff --git a/Cargo.lock b/Cargo.lock index 5844695..2ba5fc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ dependencies = [ "keccak-asm", "paste", "proptest", - "rand 0.9.2", + "rand 0.9.5", "rapidhash", "ruint", "rustc-hash", @@ -1289,7 +1289,7 @@ dependencies = [ "indicatif", "keyring", "predicates", - "rand 0.9.2", + "rand 0.10.2", "reqwest", "rpassword", "serde", @@ -3194,7 +3194,7 @@ dependencies = [ "bit-vec", "bitflags", "num-traits", - "rand 0.9.2", + "rand 0.9.5", "rand_chacha 0.9.0", "rand_xorshift", "regex-syntax", @@ -3300,9 +3300,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5", @@ -3574,7 +3574,7 @@ dependencies = [ "primitive-types", "proptest", "rand 0.8.5", - "rand 0.9.2", + "rand 0.9.5", "rlp", "ruint-macro", "serde_core", @@ -4435,7 +4435,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.9.2", + "rand 0.9.5", "rustls", "rustls-pki-types", "sha1", diff --git a/Cargo.toml b/Cargo.toml index 85f7a56..99bc674 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ keyring = { version = "3", features = [ # without system dbus dev headers (and CI needs no apt packages) "vendored", ] } -rand = "0.9" +rand = "0.10" argon2 = "0.5" zeroize = "1" tempfile = "3"