diff --git a/crates/bevy_platform_support/Cargo.toml b/crates/bevy_platform_support/Cargo.toml index 75883a697cfed..b7bb653fadba0 100644 --- a/crates/bevy_platform_support/Cargo.toml +++ b/crates/bevy_platform_support/Cargo.toml @@ -60,7 +60,7 @@ hashbrown = { version = "0.15.1", features = [ [target.'cfg(target_arch = "wasm32")'.dependencies] web-time = { version = "1.1", default-features = false, optional = true } -getrandom = { version = "0.2.0", default-features = false, optional = true, features = [ +getrandom = { version = "0.3.2", default-features = false, optional = true, features = [ "js", ] }