From 8d803565948bbfe458004857b9b699a89c5348c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 16:24:01 +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.8.5 to 0.9.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/0.8.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51e9e07b..c864007b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6399,7 +6399,7 @@ dependencies = [ "dirs", "eyre", "hex", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "serde", "serde_json", @@ -6430,7 +6430,7 @@ dependencies = [ "hkdf", "log", "mockito", - "rand 0.8.5", + "rand 0.9.2", "regex", "reqwest", "ruint",