From 2f29b279a924821854ebaa0deb7cd8da5eb4cec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:59:45 +0000 Subject: [PATCH] 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](https://github.com/rust-random/rand_core/compare/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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e77f43..7f61fa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ pkcs8 = { version = "0.10.2", features = ["pem", "alloc"] } # Random number generation getrandom = "0.4.2" -rand_core = "0.6.4" # Used for OsRng in asymmetric crypto modules +rand_core = "0.10.0" # Used for OsRng in asymmetric crypto modules # Secure memory handling zeroize = { version = "1.8.2", features = ["derive"] }