Skip to content

Commit 61a876b

Browse files
Update rand_core requirement
Updates the requirements on [rand_core](https://github.com/rust-random/rand) to permit the latest version. Updates `rand_core` to 0.6.4 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.6.0...rand_core-0.6.4) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8326083 commit 61a876b

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 @@ clap = { version = "4.4", features = ["derive"] }
1818
ed25519-dalek = { version = "2", features = ["digest"] }
1919
normalize-path = "0.2"
2020
pretty-error-debug = "0.3"
21-
rand_core = { version = "0.6", features = ["getrandom"] }
21+
rand_core = { version = "0.9", features = ["getrandom"] }
2222
tempfile = "3"
2323
thiserror = "1"
2424
zip = { version = "2", default-features = false }

0 commit comments

Comments
 (0)