From 87f57e395a00a74137f71c94795f2318ba5af8af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:50:47 +0000 Subject: [PATCH] Bump rand from 0.9.1 to 0.9.3 in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 437b322f2..8ab35234a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,7 +597,7 @@ dependencies = [ "enumflags2", "futures-channel", "futures-util", - "rand 0.9.1", + "rand 0.9.4", "raw-window-handle", "serde", "serde_repr", @@ -3533,7 +3533,7 @@ version = "0.1.0" dependencies = [ "nalgebra", "plotters", - "rand 0.9.1", + "rand 0.9.4", "thiserror 2.0.12", ] @@ -6768,9 +6768,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_chacha 0.9.0", "rand_core 0.9.3", @@ -9620,7 +9620,7 @@ version = "0.1.0" dependencies = [ "async-std", "bevy", - "rand 0.9.1", + "rand 0.9.4", ] [[package]] @@ -11643,7 +11643,7 @@ dependencies = [ "odal", "ordered-float 5.1.0", "pathfinding", - "rand 0.9.1", + "rand 0.9.4", "rerun", "rustfft", "serde", diff --git a/Cargo.toml b/Cargo.toml index 56e25abae..4ce4aa363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ plotters = { version = "0.3.7", default-features = false, features = [ ] } proc-macro2 = "1.0.95" quote = "1.0.40" -rand = "0.9.1" +rand = "0.9.3" re_crash_handler = "0.23.1" rerun = { version = "0.23.4", default-features = false, features = [