Skip to content

Commit 4b532ec

Browse files
Update getrandom requirement from 0.2 to 0.3
Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Release notes](https://github.com/rust-random/getrandom/releases) - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.0...v0.3.4) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89b4bf7 commit 4b532ec

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
@@ -34,7 +34,7 @@ ed25519-dalek = { version = "2.1.1", default-features = false, features = [
3434
"fast",
3535
] }
3636
# Explicit dependency so we can pass the wasm-bindgen flag to it
37-
getrandom = { version = "0.2", optional = true }
37+
getrandom = { version = "0.3", optional = true }
3838
gridiron = "0.10"
3939
hex = "0.4"
4040
lazy_static = "1.4"

0 commit comments

Comments
 (0)