From 227e4941fb9dacd99b07a08e376d99c307d058f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:45:21 +0000 Subject: [PATCH] Bump rand from 0.9.0 to 0.9.1 Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 to 0.9.1. - [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/0.9.0...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++------ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cfc87e..e942c02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ dependencies = [ "keccak-asm", "paste", "proptest", - "rand 0.9.0", + "rand 0.9.1", "ruint", "rustc-hash 2.1.1", "serde", @@ -2142,14 +2142,13 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", "serde", - "zerocopy", ] [[package]] @@ -2344,7 +2343,7 @@ dependencies = [ "primitive-types", "proptest", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.1", "rlp", "ruint-macro", "serde", @@ -2933,7 +2932,7 @@ dependencies = [ "bytes", "const-hex", "itertools 0.14.0", - "rand 0.9.0", + "rand 0.9.1", "reqwest", "secp256k1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 9ad44a3..3f48ad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tiny-keccak = {version = "2.0", features = ["keccak"]} [dev-dependencies] alloy = {version = "0.15.6", default-features = false, features = ["json-abi", "dyn-abi"]} bloomfilter = "^3.0" -rand = "0.9.0" +rand = "0.9.1" tokio = {version = "1.44", features = ["full"]} # version_sync: to ensure versions in `Cargo.toml` and `README.md` are in sync version-sync = "0.9.4"