From cb8a2493599688e98a6108f497bf8e6b88404bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:04:06 +0000 Subject: [PATCH] build(deps): bump rand from 0.9.2 to 0.9.3 Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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", ]