Skip to content

Commit 6c5a1e7

Browse files
chore(deps): Update getrandom requirement from 0.2.9 to 0.4.0
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.9...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 c4d1cb7 commit 6c5a1e7

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
@@ -18,7 +18,7 @@ async-signature = "0.5.1"
1818
ed25519-dalek = { version = "2.1", features = ["rand_core", "serde"] }
1919
env_logger = "0.11.8"
2020
futures = "0.3.31"
21-
getrandom = "0.2.9"
21+
getrandom = "0.4.0"
2222
ipld-core = { version = "0.4.2", features = ["arb", "serde"] }
2323
nom = "8.0"
2424
nom-unicode = "0.4"

0 commit comments

Comments
 (0)