diff --git a/crates/bevy_platform/Cargo.toml b/crates/bevy_platform/Cargo.toml index bd6402b36a96b..e8b0949147b9a 100644 --- a/crates/bevy_platform/Cargo.toml +++ b/crates/bevy_platform/Cargo.toml @@ -66,7 +66,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.2", default-features = false, optional = true, features = [ "js", ] }