From d881951e1a69ba0485e834898d34b6579704a74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 09:16:24 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.2 to 0.10.0 Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.0. - [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/rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 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 5b8a6248..394998ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5702,7 +5702,7 @@ dependencies = [ "orion-sec 0.4.0", "orion-variate 0.11.1", "orion_conf 0.5.1", - "rand 0.9.2", + "rand 0.10.0", "reqwest", "semver", "serde", diff --git a/Cargo.toml b/Cargo.toml index c09cde23..f6111be3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -206,7 +206,7 @@ contracts = "0.6" ctor = "0.6" hex = "0.4" shadow-rs = { version = "1.6.0", default-features = false } -rand = "0.9" +rand = "0.10" # --- Data Structures --- lru = "0.16"