From 17727d3c8f9a65a400d66413200963ef5ab9bc96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:35:43 +0000 Subject: [PATCH] chore(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 | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bc5c3a7..b3b07025 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -385,7 +385,7 @@ dependencies = [ "keccak-asm", "paste", "proptest", - "rand 0.9.2", + "rand 0.9.4", "ruint", "rustc-hash", "serde", @@ -2179,7 +2179,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.106", + "syn 1.0.109", ] [[package]] @@ -3771,7 +3771,7 @@ dependencies = [ "hashbrown 0.15.5", "metrics", "quanta", - "rand 0.9.2", + "rand 0.9.4", "rand_xoshiro", "sketches-ddsketch", ] @@ -4428,7 +4428,7 @@ dependencies = [ "bitflags 2.9.4", "lazy_static", "num-traits", - "rand 0.9.2", + "rand 0.9.4", "rand_chacha 0.9.0", "rand_xorshift", "regex-syntax", @@ -4507,7 +4507,7 @@ dependencies = [ "bytes", "getrandom 0.3.3", "lru-slab", - "rand 0.9.2", + "rand 0.9.4", "ring", "rustc-hash", "rustls", @@ -4568,9 +4568,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", @@ -4823,7 +4823,7 @@ dependencies = [ "primitive-types", "proptest", "rand 0.8.5", - "rand 0.9.2", + "rand 0.9.4", "rlp", "ruint-macro", "serde", @@ -5289,7 +5289,7 @@ dependencies = [ name = "sharding" version = "0.1.0" dependencies = [ - "rand 0.9.2", + "rand 0.9.4", "thiserror 2.0.16", ] @@ -6030,7 +6030,7 @@ dependencies = [ "http 1.3.1", "httparse", "log", - "rand 0.9.2", + "rand 0.9.4", "rustls", "rustls-pki-types", "sha1", @@ -6412,7 +6412,7 @@ dependencies = [ "futures", "futures-concurrency", "libp2p-identity", - "rand 0.9.2", + "rand 0.9.4", "ring", "smallvec", "strum", @@ -6449,7 +6449,7 @@ dependencies = [ "multihash", "postcard", "proptest", - "rand 0.9.2", + "rand 0.9.4", "serde", "serde_json", "sharding", @@ -6502,7 +6502,7 @@ dependencies = [ "futures-concurrency", "libp2p-identity", "proc-mounts", - "rand 0.9.2", + "rand 0.9.4", "serde", "sysinfo 0.37.0", "tap", @@ -6672,7 +6672,7 @@ dependencies = [ "itertools 0.14.0", "linemux", "postcard", - "rand 0.9.2", + "rand 0.9.4", "rocksdb", "serde", "tap", @@ -6705,7 +6705,7 @@ dependencies = [ "postcard", "quinn", "quinn-proto", - "rand 0.9.2", + "rand 0.9.4", "serde", "serde_json", "socket2", @@ -6738,7 +6738,7 @@ dependencies = [ "derive_more", "futures", "libp2p-identity", - "rand 0.9.2", + "rand 0.9.4", "serde", "serde_json", "strum", @@ -6764,7 +6764,7 @@ dependencies = [ "futures", "futures-concurrency", "libp2p-identity", - "rand 0.9.2", + "rand 0.9.4", "reqwest", "smallvec", "tap",