From 91aae108e7b49b8ef1e9333a639fd4a9d7225115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:39:02 +0000 Subject: [PATCH] chore(deps): bump rand in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 38 +++++++++++++++++++------------------- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31a66d0b8..2a4e16b68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.3", "sha1", "smallvec", "tokio", @@ -635,7 +635,7 @@ dependencies = [ "keccak-asm", "paste", "proptest", - "rand 0.9.2", + "rand 0.9.3", "rapidhash", "ruint", "rustc-hash", @@ -2531,7 +2531,7 @@ dependencies = [ "prettyplease", "progenitor-middleware", "progenitor-middleware-client", - "rand 0.9.2", + "rand 0.9.3", "regress", "reqwest", "reqwest-middleware", @@ -3663,7 +3663,7 @@ checksum = "4e7f34442dbe69c60fe8eaf58a8cafff81a1f278816d8ab4db255b3bef4ac3c4" dependencies = [ "getrandom 0.3.4", "libm", - "rand 0.9.2", + "rand 0.9.3", "siphasher 1.0.2", ] @@ -4103,7 +4103,7 @@ dependencies = [ "google-cloud-wkt", "http 1.4.0", "pin-project", - "rand 0.9.2", + "rand 0.9.3", "serde", "serde_json", "thiserror 2.0.18", @@ -4176,7 +4176,7 @@ dependencies = [ "parking_lot", "portable-atomic", "quanta", - "rand 0.9.2", + "rand 0.9.3", "smallvec", "spinning_top", "web-time", @@ -5292,7 +5292,7 @@ dependencies = [ "hyper-util", "log", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.3", "regex", "serde_json", "serde_urlencoded", @@ -5743,7 +5743,7 @@ dependencies = [ "pem 3.0.6", "prometheus", "proptest", - "rand 0.9.2", + "rand 0.9.3", "redis", "regex", "reqwest", @@ -6271,7 +6271,7 @@ dependencies = [ "bit-vec", "bitflags", "num-traits", - "rand 0.9.2", + "rand 0.9.3", "rand_chacha 0.9.0", "rand_xorshift", "regex-syntax", @@ -6369,7 +6369,7 @@ dependencies = [ "fastbloom", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash", "rustls 0.23.36", @@ -6444,9 +6444,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.5", @@ -6803,7 +6803,7 @@ dependencies = [ "primitive-types", "proptest", "rand 0.8.5", - "rand 0.9.2", + "rand 0.9.3", "rlp", "ruint-macro", "serde_core", @@ -7838,7 +7838,7 @@ dependencies = [ "curve25519-dalek", "five8 1.0.0", "five8_const 1.0.0", - "rand 0.9.2", + "rand 0.9.3", "serde", "serde_derive", "solana-atomic-u64 3.0.0", @@ -9637,7 +9637,7 @@ checksum = "f4028aeedd443d80f1dccbf64872593a80e6a9676ee9007f6eccb63b65983ebd" dependencies = [ "ed25519-dalek", "five8 1.0.0", - "rand 0.9.2", + "rand 0.9.3", "serde", "serde-big-array", "serde_derive", @@ -10233,7 +10233,7 @@ dependencies = [ "async-trait", "ed25519-dalek", "hex", - "rand 0.9.2", + "rand 0.9.3", "sha2 0.10.9", "soroban-rs-macros", "stellar-rpc-client", @@ -11254,7 +11254,7 @@ dependencies = [ "http 1.4.0", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "rustls 0.23.36", "rustls-pki-types", "sha1", @@ -11273,7 +11273,7 @@ dependencies = [ "http 1.4.0", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "rustls 0.23.36", "rustls-pki-types", "sha1", @@ -11359,7 +11359,7 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" dependencies = [ - "rand 0.9.2", + "rand 0.9.3", "web-time", ] diff --git a/Cargo.toml b/Cargo.toml index 0dad6cd14..f4baee923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ ctor = "0.2" mockall = { version = "0.13" } mockito = "1.7.1" proptest = "1.6.0" -rand = "0.9.0" +rand = "0.9.3" tempfile = "3.2" serial_test = "3.2" clap = { version = "4.5", features = ["derive"] }