From 339443df96c53b580f21f827cdd2945ca6a810c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:36:04 +0000 Subject: [PATCH] Bump rand from 0.9.1 to 0.9.3 in /src Bumps [rand](https://github.com/rust-random/rand) from 0.9.1 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.1...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Cargo.lock | 4 ++-- src/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index deee1d4..6dd20a1 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1850,9 +1850,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_core 0.9.3", ] diff --git a/src/Cargo.toml b/src/Cargo.toml index dba5d6e..dd60580 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -169,7 +169,7 @@ ractor = { version = "0.15.6", default-features = false, features = [ #--------------- Rand getrandom = { version = "0.3.3", default-features = false } -rand = { version = "0.9.1", default-features = false, features = [ +rand = { version = "0.9.3", default-features = false, features = [ "alloc", ] } rand_core = { version = "0.9.3", default-features = false, features = ["std"] }