From d4a4c76f7051b6a7e07d3552a69ece51e870c00f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 05:38:55 +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 28756d8..7037d6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5387,7 +5387,7 @@ dependencies = [ "orion-sec", "orion-variate", "orion_conf", - "rand 0.9.2", + "rand 0.10.0", "serde", "serde_json", "serial_test", diff --git a/Cargo.toml b/Cargo.toml index a54be81..d87f30f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -204,7 +204,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"