Skip to content

Commit 3d67502

Browse files
Update getrandom requirement from 0.3 to 0.4
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.3.0...v0.4.0) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a09bd05 commit 3d67502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pretty = ["bin", "colored"]
8686
completion = ["clap_autocomplete"]
8787

8888
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
89-
getrandom = { version = "0.3", features = ["wasm_js"] }
89+
getrandom = { version = "0.4", features = ["wasm_js"] }
9090

9191
# Build with `--profile production`
9292
[profile.production]

0 commit comments

Comments
 (0)