Skip to content

Commit f47d279

Browse files
chore(deps): Update getrandom requirement from 0.2.9 to 0.3.4
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.9...v0.3.4) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f30d11c commit f47d279

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
@@ -24,7 +24,7 @@ async-signature = "0.5.1"
2424
ed25519-dalek = { version = "2.1", features = ["rand_core", "serde"] }
2525
env_logger = "0.11.8"
2626
futures = "0.3.31"
27-
getrandom = "0.2.9"
27+
getrandom = "0.3.4"
2828
ipld-core = { version = "0.4.2", features = ["arb", "serde"] }
2929
nom = "8.0"
3030
nom-unicode = "0.4"

0 commit comments

Comments
 (0)