diff --git a/Cargo.lock b/Cargo.lock index 149df9c..09ee5da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ dependencies = [ "embed-resource", "image 0.25.5", "noise", - "rand 0.9.0", + "rand 0.9.2", "winit", ] @@ -3455,13 +3455,12 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.0", - "zerocopy 0.8.14", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 132e9c8..53a718c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ bevy = { version = "0.15.3", default-features = false, features = [ # bevy_asset_loader = { version = "0.21" } bevy_egui = "0.33.0" noise = "0.9.0" -rand = { version = "0.9.0" } +rand = { version = "0.9.2" } # keep the following in sync with Bevy's dependencies winit = { version = "0.30.9", default-features = false }