From 90b0b4ec89c4faea344121337c73d3a450d1fb4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:57:48 +0000 Subject: [PATCH] build(deps): update rand_core requirement in /rust_crypto 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] --- rust_crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust_crypto/Cargo.toml b/rust_crypto/Cargo.toml index 4f444a4..d57a7a3 100644 --- a/rust_crypto/Cargo.toml +++ b/rust_crypto/Cargo.toml @@ -38,7 +38,7 @@ zeroize = { version = "1.8", features = ["derive"] } # Random number generation rand = "0.8" -rand_core = "0.6" +rand_core = "0.10" getrandom = { version = "0.4", features = ["std"] } # Handle registry