From d9401ba4f3d2ada7e4612b0e1a63613b8c179ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 02:03:34 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.2 to 0.10.2 Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.2...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5844695..2ba5fc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ dependencies = [ "keccak-asm", "paste", "proptest", - "rand 0.9.2", + "rand 0.9.5", "rapidhash", "ruint", "rustc-hash", @@ -1289,7 +1289,7 @@ dependencies = [ "indicatif", "keyring", "predicates", - "rand 0.9.2", + "rand 0.10.2", "reqwest", "rpassword", "serde", @@ -3194,7 +3194,7 @@ dependencies = [ "bit-vec", "bitflags", "num-traits", - "rand 0.9.2", + "rand 0.9.5", "rand_chacha 0.9.0", "rand_xorshift", "regex-syntax", @@ -3300,9 +3300,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5", @@ -3574,7 +3574,7 @@ dependencies = [ "primitive-types", "proptest", "rand 0.8.5", - "rand 0.9.2", + "rand 0.9.5", "rlp", "ruint-macro", "serde_core", @@ -4435,7 +4435,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.9.2", + "rand 0.9.5", "rustls", "rustls-pki-types", "sha1", diff --git a/Cargo.toml b/Cargo.toml index 85f7a56..99bc674 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ keyring = { version = "3", features = [ # without system dbus dev headers (and CI needs no apt packages) "vendored", ] } -rand = "0.9" +rand = "0.10" argon2 = "0.5" zeroize = "1" tempfile = "3"