Skip to content

Commit fec51aa

Browse files
Update getrandom requirement from 0.2.3 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.3...v0.3.1) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7080cb commit fec51aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ url = "2.2.2"
4747
webbrowser = { version = "1.0.0", optional = true }
4848

4949
[target.'cfg(target_arch = "wasm32")'.dependencies]
50-
getrandom = { version = "0.2.3", features = ["js"] }
50+
getrandom = { version = "0.3.1", features = ["js"] }
5151

5252
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
5353
getrandom = "0.2.3"

0 commit comments

Comments
 (0)