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 = [