From 223e010e077f48da3b7881c329855ddfb9e39ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:30:41 +0000 Subject: [PATCH] chore(deps): bump rand Bumps the cargo group with 1 update in the /src/rust 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] --- src/rust/Cargo.lock | 2 +- src/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 4fca63c..7323012 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -1850,7 +1850,7 @@ dependencies = [ "ndarray", "num-traits", "proptest", - "rand 0.8.5", + "rand 0.9.2", "rand_distr", "rayon", "rstest", diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 1a1653f..b179594 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -16,7 +16,7 @@ nalgebra = "0.32" num-traits = "0.2" # Random number generation -rand = "0.8" +rand = "0.9" rand_distr = "0.4" # Serialization