diff --git a/Cargo.lock b/Cargo.lock index f5ecc00b..a6af226f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,7 +145,7 @@ dependencies = [ "either", "k256", "once_cell", - "rand 0.8.5", + "rand 0.8.6", "secp256k1 0.30.0", "serde", "serde_json", @@ -232,7 +232,7 @@ dependencies = [ "alloy-rlp", "arbitrary", "crc", - "rand 0.8.5", + "rand 0.8.6", "serde", "thiserror 2.0.18", ] @@ -247,7 +247,7 @@ dependencies = [ "alloy-rlp", "arbitrary", "borsh", - "rand 0.8.5", + "rand 0.8.6", "serde", ] @@ -262,7 +262,7 @@ dependencies = [ "arbitrary", "borsh", "k256", - "rand 0.8.5", + "rand 0.8.6", "serde", "serde_with", "thiserror 2.0.18", @@ -695,7 +695,7 @@ dependencies = [ "ethereum_ssz", "ethereum_ssz_derive", "jsonwebtoken", - "rand 0.8.5", + "rand 0.8.6", "serde", "strum", ] @@ -815,7 +815,7 @@ dependencies = [ "coins-bip32", "coins-bip39", "k256", - "rand 0.8.5", + "rand 0.8.6", "thiserror 2.0.18", "zeroize", ] @@ -1364,7 +1364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -1374,7 +1374,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -1384,7 +1384,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -2156,7 +2156,7 @@ dependencies = [ "hmac", "once_cell", "pbkdf2", - "rand 0.8.5", + "rand 0.8.6", "sha2 0.10.9", "thiserror 1.0.69", ] @@ -2217,7 +2217,7 @@ dependencies = [ "cfg-if", "commonware-macros", "paste", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "thiserror 2.0.18", ] @@ -2248,7 +2248,7 @@ dependencies = [ "num-rational", "num-traits", "p256", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.9", @@ -2330,7 +2330,7 @@ dependencies = [ "opentelemetry_sdk", "pin-project", "prometheus-client", - "rand 0.8.5", + "rand 0.8.6", "rand_core 0.6.4", "rayon", "sha2 0.10.9", @@ -2361,7 +2361,7 @@ dependencies = [ "num-traits", "parking_lot", "pin-project", - "rand 0.8.5", + "rand 0.8.6", "thiserror 2.0.18", "tokio", "zeroize", @@ -2842,7 +2842,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 2.0.117", + "syn 1.0.109", ] [[package]] @@ -3041,7 +3041,7 @@ dependencies = [ "more-asserts", "multiaddr", "parking_lot", - "rand 0.8.5", + "rand 0.8.6", "smallvec", "socket2 0.5.10", "tokio", @@ -3203,7 +3203,7 @@ dependencies = [ "hex", "k256", "log", - "rand 0.8.5", + "rand 0.8.6", "secp256k1 0.30.0", "serde", "sha3", @@ -3408,7 +3408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand 0.8.5", + "rand 0.8.6", "rustc-hex", "static_assertions", ] @@ -6218,9 +6218,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -6765,7 +6765,7 @@ dependencies = [ "cfg-if", "eyre", "libc", - "rand 0.8.5", + "rand 0.8.6", "reth-fs-util", "secp256k1 0.30.0", "serde", @@ -6984,7 +6984,7 @@ dependencies = [ "enr", "itertools 0.14.0", "parking_lot", - "rand 0.8.5", + "rand 0.8.6", "reth-ethereum-forks", "reth-net-banlist", "reth-net-nat", @@ -7098,7 +7098,7 @@ dependencies = [ "futures", "hmac", "pin-project", - "rand 0.8.5", + "rand 0.8.6", "reth-network-peers", "secp256k1 0.30.0", "sha2 0.10.9", @@ -7801,7 +7801,7 @@ dependencies = [ "metrics", "parking_lot", "pin-project", - "rand 0.8.5", + "rand 0.8.6", "rand 0.9.4", "rayon", "reth-chainspec", @@ -8954,7 +8954,7 @@ dependencies = [ "alloy-eips 2.0.0", "alloy-genesis", "alloy-primitives", - "rand 0.8.5", + "rand 0.8.6", "rand 0.9.4", "reth-ethereum-primitives", "reth-primitives-traits", @@ -9523,7 +9523,7 @@ dependencies = [ "parity-scale-codec", "primitive-types", "proptest", - "rand 0.8.5", + "rand 0.8.6", "rand 0.9.4", "rlp", "ruint-macro", @@ -9544,7 +9544,7 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" dependencies = [ - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -9793,7 +9793,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" dependencies = [ "bitcoin_hashes", - "rand 0.8.5", + "rand 0.8.6", "secp256k1-sys 0.10.1", "serde", ] @@ -10211,7 +10211,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.8.5", + "rand 0.8.6", "sha1", ] @@ -10761,7 +10761,7 @@ dependencies = [ "eyre", "futures", "k256", - "rand 0.8.5", + "rand 0.9.4", "reth-evm", "rustls", "serde", @@ -12746,7 +12746,7 @@ dependencies = [ "metrics", "p256", "parking_lot", - "rand 0.8.5", + "rand 0.9.4", "reqwest 0.13.2", "reth-basic-payload-builder", "reth-chainspec", @@ -12806,7 +12806,7 @@ dependencies = [ "alloy-sol-types", "const-hex", "k256", - "rand 0.8.5", + "rand 0.9.4", "revm", "sha2 0.10.9", "tempo-chainspec", @@ -12853,7 +12853,7 @@ dependencies = [ "metrics", "p256", "parking_lot", - "rand 0.8.5", + "rand 0.9.4", "reqwest 0.13.2", "reth-metrics", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3d8435da..72d11b55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ metrics = "0.24.3" k256 = { version = "0.13.4", features = ["arithmetic", "ecdh"] } parking_lot = "0.12.4" p256 = { version = "0.13.2", default-features = false, features = ["ecdsa"] } -rand = "0.8.5" +rand = "0.9.4" sha2 = "0.10.9" rayon = "1.10" secp256k1 = { version = "0.30.0", features = ["recovery", "global-context"] } diff --git a/crates/precompiles/Cargo.toml b/crates/precompiles/Cargo.toml index 11329864..592f9114 100644 --- a/crates/precompiles/Cargo.toml +++ b/crates/precompiles/Cargo.toml @@ -33,7 +33,7 @@ revm = { workspace = true, default-features = false } aes-gcm = { version = "0.10.3", default-features = false, features = ["aes", "alloc"] } k256 = { version = "0.13.4", default-features = false, features = ["arithmetic", "ecdh"] } sha2 = { version = "0.10.9", default-features = false } -rand = { version = "0.8.5", default-features = false } +rand = { version = "0.9.4", default-features = false } # misc tracing = { version = "0.1.41", default-features = false }