From 9ed8c5e83cda3a43a9ed81e1547e84193d8388f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:44:43 +0000 Subject: [PATCH] Update rand_core requirement from =0.10.0-rc-2 to =0.10.0-rc-3 Updates the requirements on [rand_core](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.10.0-rc-3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Cargo.toml b/modules/Cargo.toml index beda3a2..3a87b80 100644 --- a/modules/Cargo.toml +++ b/modules/Cargo.toml @@ -15,7 +15,7 @@ tracing = "0.1.44" itoa = "1.0.15" ryu = "1.0.20" simd-json = "0.17.0" -rand_core = { version = "=0.10.0-rc-2" } +rand_core = { version = "=0.10.0-rc-3" } rand = { version = "0.10.0-rc.2", features = [ "std", "std_rng",