Skip to content

Commit b7a808b

Browse files
Update getrandom requirement from 0.2.10 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.10...v0.2.16) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.2.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9ced6e commit b7a808b

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
@@ -45,7 +45,7 @@ package = "serde"
4545

4646
[target.'cfg(target_arch = "wasm32")'.dependencies]
4747
wasm-bindgen = "0.2.87"
48-
getrandom = { version = "0.2.10", features = ["js", "js-sys"] }
48+
getrandom = { version = "0.3.2", features = ["js", "js-sys"] }
4949

5050
[lib]
5151
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)