Skip to content

Commit e27fdba

Browse files
deps: update rand_core requirement from 0.6.4 to 0.10.0
Updates the requirements on [rand_core](https://github.com/rust-random/rand_core) to permit the latest version. - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_core@v0.6.4...v0.10.0) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2adaa2d commit e27fdba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pkcs8 = { version = "0.10.2", features = ["pem", "alloc"] }
5353

5454
# Random number generation
5555
getrandom = "0.3.4"
56-
rand_core = "0.6.4" # Used for OsRng in asymmetric crypto modules
56+
rand_core = "0.10.0" # Used for OsRng in asymmetric crypto modules
5757

5858
# Secure memory handling
5959
zeroize = { version = "1.8.2", features = ["derive"] }

0 commit comments

Comments
 (0)