diff --git a/crates/bevy_platform/Cargo.toml b/crates/bevy_platform/Cargo.toml index 44c680394d5a3..ada4430062a5f 100644 --- a/crates/bevy_platform/Cargo.toml +++ b/crates/bevy_platform/Cargo.toml @@ -65,7 +65,7 @@ rayon = { version = "1", default-features = false, optional = true } [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.3", default-features = false, optional = true, features = [ "js", ] }