Skip to content

Commit 2743293

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 13fdae1 commit 2743293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_platform_support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ hashbrown = { version = "0.15.1", features = [
6060

6161
[target.'cfg(target_arch = "wasm32")'.dependencies]
6262
web-time = { version = "1.1", default-features = false, optional = true }
63-
getrandom = { version = "0.2.0", default-features = false, optional = true, features = [
63+
getrandom = { version = "0.3.2", default-features = false, optional = true, features = [
6464
"js",
6565
] }
6666

0 commit comments

Comments
 (0)