From d8f8150a6ba47f13ea03ed9a4b93ab12d2505f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:57:31 +0000 Subject: [PATCH] build(deps): update rand_core requirement in /crypto_core 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.0...v0.10.1) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crypto_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto_core/Cargo.toml b/crypto_core/Cargo.toml index 81e3786..2e1d3c7 100644 --- a/crypto_core/Cargo.toml +++ b/crypto_core/Cargo.toml @@ -118,7 +118,7 @@ oqs = { version = "0.11", optional = true } subtle = { version = "2.5", optional = true } # Random number generation traits -rand_core = { version = "0.6", optional = true } +rand_core = { version = "0.10", optional = true } # ============================================ # Hardware Security Dependencies