From 5886b730a6ae59413932e550eac771c4cec8c4ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:24:10 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.5 to 0.9.2 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] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61995ab..688babb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1770,7 +1770,7 @@ dependencies = [ "mina-signer", "mina-tx", "postcard", - "rand 0.8.5", + "rand 0.9.2", "rand_core 0.6.4", "regex", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index ae34dff..749e7b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ insta = "1.43.1" itertools = "0.14.0" lazy_static = "1.5.0" postcard = "1.1.3" -rand = "0.8.5" +rand = "0.9.2" rand_core = "0.6.4" regex = "1.12.3" reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls"] }