From fd4c75646995df7f38957e7fafd30e77ab57a355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 18:22:06 +0000 Subject: [PATCH] chore(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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5fdb0e0..4fb344b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8180,7 +8180,7 @@ dependencies = [ "dirs", "eyre", "hex", - "rand 0.8.6", + "rand 0.9.4", "reqwest 0.12.28", "serde", "serde_json", @@ -8211,7 +8211,7 @@ dependencies = [ "hkdf", "log", "mockito", - "rand 0.8.6", + "rand 0.9.4", "regex", "reqwest 0.12.28", "ruint",