From 0bc56be5b58b7b41169dd8699ec895d106e776b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 04:13:28 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.6 to 0.9.4 Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.6...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- z2/Cargo.toml | 2 +- zilliqa/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6545efd10..94cc7ffe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2673,7 +2673,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f" dependencies = [ "data-encoding", - "syn 2.0.117", + "syn 1.0.109", ] [[package]] @@ -11266,7 +11266,7 @@ dependencies = [ "primitive-types 0.14.0", "prost 0.14.3", "prost-build", - "rand 0.8.6", + "rand 0.9.4", "regex", "reqwest 0.13.3", "rustls", @@ -11474,7 +11474,7 @@ dependencies = [ "prost 0.14.3", "r2d2", "r2d2_sqlite", - "rand 0.8.6", + "rand 0.9.4", "rand_chacha 0.3.1", "redis", "reth-ipc", diff --git a/z2/Cargo.toml b/z2/Cargo.toml index e0c16ef3a..b34f62326 100644 --- a/z2/Cargo.toml +++ b/z2/Cargo.toml @@ -42,7 +42,7 @@ log = "0.4.29" parking_lot = "0.12.5" primitive-types = "0.14.0" prost = "0.14.3" -rand = "0.8.5" +rand = "0.9.4" regex = "1.12.3" reqwest = { version = "0.13.3", features = [ "json", diff --git a/zilliqa/Cargo.toml b/zilliqa/Cargo.toml index 725f49d9b..940c02a23 100644 --- a/zilliqa/Cargo.toml +++ b/zilliqa/Cargo.toml @@ -54,7 +54,7 @@ opentelemetry-otlp = { version = "0.31.1", default-features = true, features = [ ] } paste = "1.0.15" prost = "0.14.3" -rand = "0.8.5" +rand = "0.9.4" rand_chacha = "0.3.1" revm = { version = "38.0.0", features = [ "optional_eip3607",