diff --git a/Cargo.lock b/Cargo.lock index f7ff42cb..5311942f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -531,7 +531,7 @@ dependencies = [ "paste", "proptest", "proptest-derive 0.6.0", - "rand 0.9.2", + "rand 0.9.4", "rapidhash", "ruint", "rustc-hash", @@ -3237,7 +3237,7 @@ dependencies = [ "parking_lot", "prometheus 0.14.0", "quickcheck", - "rand 0.9.2", + "rand 0.9.4", "serde", "snow", "thiserror 2.0.18", @@ -5414,7 +5414,7 @@ dependencies = [ "idna", "ipnet", "once_cell", - "rand 0.9.2", + "rand 0.9.4", "ring 0.17.14", "socket2 0.5.10", "thiserror 2.0.18", @@ -5437,7 +5437,7 @@ dependencies = [ "moka", "once_cell", "parking_lot", - "rand 0.9.2", + "rand 0.9.4", "resolv-conf", "smallvec", "thiserror 2.0.18", @@ -6318,7 +6318,7 @@ dependencies = [ "hyper 1.8.1", "hyper-util", "log", - "rand 0.9.2", + "rand 0.9.4", "tokio", "url", "xmltree", @@ -7848,7 +7848,7 @@ dependencies = [ "ed25519-compact", "either", "minicbor", - "rand 0.9.2", + "rand 0.9.4", "rayon", "secp256k1 0.31.1", "serde", @@ -8717,7 +8717,7 @@ dependencies = [ "hmac 0.12.1", "md-5", "memchr", - "rand 0.9.2", + "rand 0.9.4", "sha2 0.10.9", "stringprep", ] @@ -8946,7 +8946,7 @@ dependencies = [ "bit-vec 0.8.0", "bitflags 2.10.0", "num-traits", - "rand 0.9.2", + "rand 0.9.4", "rand_chacha 0.9.0", "rand_xorshift", "regex-syntax", @@ -9153,7 +9153,7 @@ dependencies = [ "bytes 1.11.1", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.4", "ring 0.17.14", "rustc-hash", "rustls 0.23.36", @@ -9227,9 +9227,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -9819,7 +9819,7 @@ dependencies = [ "primitive-types", "proptest", "rand 0.8.5", - "rand 0.9.2", + "rand 0.9.4", "rlp", "ruint-macro", "serde_core", @@ -10098,7 +10098,7 @@ dependencies = [ "committable 0.2.4", "multisig", "prometheus 0.14.0", - "rand 0.9.2", + "rand 0.9.4", "sailfish-types", "serde", "thiserror 2.0.18", @@ -10261,7 +10261,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c3c81b43dc2d8877c216a3fccf76677ee1ebccd429566d3e67447290d0c42b2" dependencies = [ "bitcoin_hashes", - "rand 0.9.2", + "rand 0.9.4", "secp256k1-sys 0.11.0", "serde", ] @@ -11581,7 +11581,7 @@ dependencies = [ "futures", "multisig", "parking_lot", - "rand 0.9.2", + "rand 0.9.4", "sailfish", "sailfish-types", "serde", @@ -11837,7 +11837,7 @@ dependencies = [ "multisig", "prometheus 0.14.0", "prost 0.14.1", - "rand 0.9.2", + "rand 0.9.4", "reqwest", "rustls 0.23.36", "sailfish", @@ -11877,7 +11877,7 @@ dependencies = [ "multisig", "parking_lot", "prometheus 0.14.0", - "rand 0.9.2", + "rand 0.9.4", "robusta", "smallvec", "thiserror 2.0.18", @@ -12035,7 +12035,7 @@ dependencies = [ "bytes 1.11.1", "ethereum_ssz", "multisig", - "rand 0.9.2", + "rand 0.9.4", "reqwest", "serde", "timeboost-crypto", @@ -12153,7 +12153,7 @@ dependencies = [ "pin-project-lite 0.2.16", "postgres-protocol", "postgres-types", - "rand 0.9.2", + "rand 0.9.4", "socket2 0.6.1", "tokio", "tokio-util", @@ -12655,7 +12655,7 @@ dependencies = [ "http 1.4.0", "httparse", "log", - "rand 0.9.2", + "rand 0.9.4", "rustls 0.23.36", "rustls-pki-types", "sha1 0.10.6", @@ -12674,7 +12674,7 @@ dependencies = [ "http 1.4.0", "httparse", "log", - "rand 0.9.2", + "rand 0.9.4", "rustls 0.23.36", "rustls-pki-types", "sha1 0.10.6",