Skip to content

Commit f786dad

Browse files
Update getrandom requirement from 0.2.0 to 0.3.1
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.1) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5158ed commit f786dad

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
@@ -63,7 +63,7 @@ bevy_ecs = { path = "../bevy_ecs", version = "0.16.0-dev" }
6363

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

0 commit comments

Comments
 (0)