diff --git a/Cargo.lock b/Cargo.lock index 0e04774897..f8e21ad132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3178,7 +3178,7 @@ dependencies = [ "pallet-evm", "parity-scale-codec", "prometheus", - "rand 0.9.2", + "rand 0.9.3", "rlp", "sc-block-builder", "sc-client-api", @@ -4532,7 +4532,7 @@ dependencies = [ "idna", "ipnet", "once_cell", - "rand 0.9.2", + "rand 0.9.3", "ring 0.17.14", "thiserror 2.0.18", "tinyvec", @@ -4575,7 +4575,7 @@ dependencies = [ "moka", "once_cell", "parking_lot 0.12.4", - "rand 0.9.2", + "rand 0.9.3", "resolv-conf", "smallvec", "thiserror 2.0.18", @@ -7805,7 +7805,7 @@ dependencies = [ "lz4", "memmap2 0.9.7", "parking_lot 0.12.4", - "rand 0.9.2", + "rand 0.9.3", "siphasher 1.0.1", "snap", "winapi", @@ -8895,7 +8895,7 @@ dependencies = [ "bitflags 2.9.1", "lazy_static", "num-traits", - "rand 0.9.2", + "rand 0.9.3", "rand_chacha 0.9.0", "rand_xorshift", "regex-syntax", @@ -9118,7 +9118,7 @@ dependencies = [ "bytes", "getrandom 0.3.3", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring 0.17.14", "rustc-hash 2.1.1", "rustls", @@ -9178,9 +9178,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -13734,7 +13734,7 @@ dependencies = [ "http 1.3.1", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "rustls", "rustls-pki-types", "sha1", @@ -15204,7 +15204,7 @@ dependencies = [ "nohash-hasher", "parking_lot 0.12.4", "pin-project", - "rand 0.9.2", + "rand 0.9.3", "static_assertions", "web-time", ]