Skip to content

Commit da3a41b

Browse files
Update getrandom requirement from 0.2.0 to 0.3.2
Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.0...v0.3.2) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9a0ef4 commit da3a41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_platform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ rayon = { version = "1", default-features = false, optional = true }
6666

6767
[target.'cfg(target_arch = "wasm32")'.dependencies]
6868
web-time = { version = "1.1", default-features = false, optional = true }
69-
getrandom = { version = "0.2.0", default-features = false, optional = true, features = [
69+
getrandom = { version = "0.3.2", default-features = false, optional = true, features = [
7070
"js",
7171
] }
7272

0 commit comments

Comments
 (0)