From 29be98817dd2b461567e9381cfa5a83baba448ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:27:57 -0500 Subject: [PATCH] chore(deps): bump rand from 0.8.5 to 0.9.2 (#646) Bumps [rand](https://github.com/rust-random/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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61fe874..b58d74b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5109,7 +5109,7 @@ dependencies = [ "probe-rs", "prometheus", "prost", - "rand 0.8.5", + "rand 0.9.2", "regex", "reqwest", "ring", diff --git a/Cargo.toml b/Cargo.toml index e8ddd6c..9152e2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ sha2 = "0.10" hex = "0.4" # CSPRNG for secure token generation -rand = "0.8" +rand = "0.9" # Fast mutexes that don't poison on panic parking_lot = "0.12"