diff --git a/Cargo.lock b/Cargo.lock index e57b7b563..075d44950 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ dependencies = [ "keccak-asm", "paste", "proptest", - "rand 0.9.1", + "rand 0.9.2", "ruint", "rustc-hash", "serde", @@ -3211,7 +3211,7 @@ dependencies = [ "parking_lot", "portable-atomic", "quanta 0.12.6", - "rand 0.9.1", + "rand 0.9.2", "smallvec", "spinning_top", "web-time", @@ -3958,7 +3958,7 @@ dependencies = [ "indexer-watcher", "ipfs-api-backend-hyper", "prost", - "rand 0.9.1", + "rand 0.9.2", "serde", "serde_json", "serde_yaml", @@ -4112,7 +4112,7 @@ dependencies = [ "profiler", "prometheus 0.13.4", "ractor", - "rand 0.9.1", + "rand 0.9.2", "reqwest 0.12.22", "rstest", "ruint", @@ -4214,7 +4214,7 @@ dependencies = [ "indexer-receipt", "num_cpus", "prost", - "rand 0.9.1", + "rand 0.9.2", "reqwest 0.12.22", "serde", "serde_json", @@ -4448,7 +4448,7 @@ dependencies = [ "jsonrpsee-types 0.25.1", "parking_lot", "pin-project 1.1.10", - "rand 0.9.1", + "rand 0.9.2", "rustc-hash", "serde", "serde_json", @@ -5859,7 +5859,7 @@ dependencies = [ "bitflags 2.9.1", "lazy_static", "num-traits", - "rand 0.9.1", + "rand 0.9.2", "rand_chacha 0.9.0", "rand_xorshift", "regex-syntax 0.8.5", @@ -6082,9 +6082,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -6563,7 +6563,7 @@ dependencies = [ "primitive-types", "proptest", "rand 0.8.5", - "rand 0.9.1", + "rand 0.9.2", "rlp", "ruint-macro", "serde", @@ -7934,7 +7934,7 @@ checksum = "de3f0ea044210aa27b40d5a19069b10f3ece4929488d4f2a872ff0f02075d0d7" dependencies = [ "anyhow", "async-trait", - "rand 0.9.1", + "rand 0.9.2", "tap_eip712_message", "tap_graph", "tap_receipt", @@ -7960,7 +7960,7 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff0f8dd640afe0d3a53a6b6ae58f628f0f99267d33f61b7a1264daa9d4307003" dependencies = [ - "rand 0.9.1", + "rand 0.9.2", "serde", "tap_eip712_message", "tap_receipt", @@ -8654,7 +8654,7 @@ dependencies = [ "http 1.3.1", "httparse", "log", - "rand 0.9.1", + "rand 0.9.2", "sha1", "thiserror 2.0.12", "utf-8",