diff --git a/Cargo.lock b/Cargo.lock index c31c36592ea..973f200a8ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,7 +465,7 @@ dependencies = [ "paste", "proptest", "proptest-derive", - "rand 0.9.0", + "rand 0.9.4", "ruint", "rustc-hash 2.1.1", "serde", @@ -2766,7 +2766,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.100", + "syn 1.0.109", ] [[package]] @@ -4205,7 +4205,7 @@ dependencies = [ "idna", "ipnet", "once_cell", - "rand 0.9.0", + "rand 0.9.4", "ring", "serde", "thiserror 2.0.12", @@ -4228,7 +4228,7 @@ dependencies = [ "moka", "once_cell", "parking_lot", - "rand 0.9.0", + "rand 0.9.4", "resolv-conf", "serde", "smallvec", @@ -6536,7 +6536,7 @@ checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc" dependencies = [ "bytes", "getrandom 0.3.2", - "rand 0.9.0", + "rand 0.9.4", "ring", "rustc-hash 2.1.1", "rustls", @@ -6610,14 +6610,13 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", "serde", - "zerocopy 0.8.24", ] [[package]] @@ -7044,7 +7043,7 @@ dependencies = [ "metrics", "parking_lot", "pin-project", - "rand 0.9.0", + "rand 0.9.4", "reth-chainspec", "reth-errors", "reth-ethereum-primitives", @@ -7181,7 +7180,7 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "reth-fs-util", "secp256k1", "serde", @@ -7261,7 +7260,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives 1.0.0", - "rand 0.9.0", + "rand 0.9.4", "reth-chainspec", "reth-consensus", "reth-ethereum-primitives", @@ -7338,7 +7337,7 @@ dependencies = [ "parity-scale-codec", "proptest", "proptest-arbitrary-interop", - "rand 0.9.0", + "rand 0.9.4", "reth-codecs", "reth-db-models", "reth-ethereum-primitives", @@ -7439,7 +7438,7 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "reth-chainspec", "reth-ethereum-forks", "reth-metrics", @@ -7463,7 +7462,7 @@ dependencies = [ "hickory-resolver", "linked_hash_set", "parking_lot", - "rand 0.9.0", + "rand 0.9.4", "reth-chainspec", "reth-ethereum-forks", "reth-network-peers", @@ -7493,7 +7492,7 @@ dependencies = [ "itertools 0.14.0", "metrics", "pin-project", - "rand 0.9.0", + "rand 0.9.4", "rayon", "reth-chainspec", "reth-config", @@ -7698,7 +7697,7 @@ dependencies = [ "parking_lot", "proptest", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "rayon", "reth-chain-state", "reth-chainspec", @@ -7825,7 +7824,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "reth-codecs", "reth-ecies", "reth-eth-wire-types", @@ -7861,7 +7860,7 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "rand 0.9.0", + "rand 0.9.4", "reth-chainspec", "reth-codecs-derive", "reth-ethereum-primitives", @@ -8005,7 +8004,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "reth-codecs", "reth-primitives-traits", "reth-testing-utils", @@ -8097,7 +8096,7 @@ dependencies = [ "arbitrary", "bincode 1.3.3", "derive_more", - "rand 0.9.0", + "rand 0.9.4", "reth-ethereum-primitives", "reth-primitives-traits", "reth-trie-common", @@ -8119,7 +8118,7 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "rand 0.9.0", + "rand 0.9.4", "reth-chain-state", "reth-chainspec", "reth-config", @@ -8190,7 +8189,7 @@ dependencies = [ "alloy-primitives 1.0.0", "arbitrary", "bincode 1.3.3", - "rand 0.9.0", + "rand 0.9.4", "reth-chain-state", "reth-ethereum-primitives", "reth-execution-types", @@ -8244,7 +8243,7 @@ dependencies = [ "interprocess", "jsonrpsee", "pin-project", - "rand 0.9.0", + "rand 0.9.4", "reth-tracing", "serde_json", "thiserror 2.0.12", @@ -8266,7 +8265,7 @@ dependencies = [ "derive_more", "indexmap 2.9.0", "parking_lot", - "rand 0.9.0", + "rand 0.9.4", "reth-mdbx-sys", "smallvec", "tempfile", @@ -8337,7 +8336,7 @@ dependencies = [ "parking_lot", "pin-project", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "reth-chainspec", "reth-consensus", "reth-discv4", @@ -8430,7 +8429,7 @@ dependencies = [ "alloy-rlp", "enr", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "secp256k1", "serde_json", "serde_with", @@ -8461,7 +8460,7 @@ dependencies = [ "derive_more", "lz4_flex", "memmap2", - "rand 0.9.0", + "rand 0.9.4", "reth-fs-util", "serde", "tempfile", @@ -8571,7 +8570,7 @@ dependencies = [ "futures", "humantime", "proptest", - "rand 0.9.0", + "rand 0.9.4", "reth-chainspec", "reth-cli-util", "reth-config", @@ -8623,7 +8622,7 @@ dependencies = [ "alloy-sol-types", "eyre", "futures", - "rand 0.9.0", + "rand 0.9.4", "reth-chainspec", "reth-consensus", "reth-db", @@ -9010,7 +9009,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "reth-codecs", "reth-primitives-traits", "reth-zstd-compressors", @@ -9243,7 +9242,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "rayon", "reth-chainspec", "reth-codecs", @@ -9274,7 +9273,7 @@ dependencies = [ "metrics", "notify", "parking_lot", - "rand 0.9.0", + "rand 0.9.4", "rayon", "reth-chain-state", "reth-chainspec", @@ -9460,7 +9459,7 @@ dependencies = [ "jsonwebtoken", "parking_lot", "pin-project", - "rand 0.9.0", + "rand 0.9.4", "reth-chain-state", "reth-chainspec", "reth-consensus", @@ -9692,7 +9691,7 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "rand 0.9.0", + "rand 0.9.4", "reth-chain-state", "reth-chainspec", "reth-errors", @@ -9779,7 +9778,7 @@ dependencies = [ "itertools 0.14.0", "num-traits", "paste", - "rand 0.9.0", + "rand 0.9.4", "rayon", "reqwest", "reth-chainspec", @@ -9859,7 +9858,7 @@ dependencies = [ "modular-bitfield", "proptest", "proptest-arbitrary-interop", - "rand 0.9.0", + "rand 0.9.4", "reth-codecs", "reth-trie-common", "serde", @@ -9966,7 +9965,7 @@ dependencies = [ "alloy-genesis", "alloy-primitives 1.0.0", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "reth-ethereum-primitives", "reth-primitives-traits", "secp256k1", @@ -10014,7 +10013,7 @@ dependencies = [ "paste", "proptest", "proptest-arbitrary-interop", - "rand 0.9.0", + "rand 0.9.4", "reth-chain-state", "reth-chainspec", "reth-eth-wire-types", @@ -10143,7 +10142,7 @@ dependencies = [ "metrics", "proptest", "proptest-arbitrary-interop", - "rand 0.9.0", + "rand 0.9.4", "rayon", "reth-db-api", "reth-execution-errors", @@ -10176,7 +10175,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "reth-execution-errors", "reth-metrics", "reth-primitives-traits", @@ -10555,7 +10554,7 @@ dependencies = [ "primitive-types", "proptest", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.4", "rlp", "ruint-macro", "serde", @@ -12134,7 +12133,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.9.0", + "rand 0.9.4", "rustls", "rustls-pki-types", "sha1",