Skip to content

Commit 6561521

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] <support@github.com>
1 parent 77407a8 commit 6561521

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
@@ -14,7 +14,7 @@ thiserror = "2.0.8"
1414
zip = { version = "2.0.0", default-features = false }
1515

1616
# Cannot be newer than `ed25519-dalek`'s dependency
17-
rand_core = { version = "0.6.0", features = ["getrandom"] }
17+
rand_core = { version = "0.9.0", features = ["getrandom"] }
1818

1919
[workspace.dependencies.zipsign-api]
2020
version = "0.1.3"

0 commit comments

Comments
 (0)