From 9feffbf861ab116e788e86e4137cd7c9fe3cb2fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:15:28 +0000 Subject: [PATCH] chore(deps): bump rand_core from 0.6.4 to 0.9.5 in /drs-core Bumps [rand_core](https://github.com/rust-random/rand_core) from 0.6.4 to 0.9.5. - [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/commits) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- drs-core/Cargo.lock | 2 +- drs-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drs-core/Cargo.lock b/drs-core/Cargo.lock index e60ea8a..bc24afd 100644 --- a/drs-core/Cargo.lock +++ b/drs-core/Cargo.lock @@ -171,7 +171,7 @@ dependencies = [ "js-sys", "proptest", "rand 0.8.5", - "rand_core 0.6.4", + "rand_core 0.9.5", "serde", "serde_json", "serde_json_canonicalizer", diff --git a/drs-core/Cargo.toml b/drs-core/Cargo.toml index c266620..3157665 100644 --- a/drs-core/Cargo.toml +++ b/drs-core/Cargo.toml @@ -24,7 +24,7 @@ bs58 = "0.5" subtle = "2" thiserror = "1" rand = "0.8" -rand_core = "0.6" +rand_core = "0.9" wasm-bindgen = { version = "0.2", optional = true } js-sys = { version = "0.3", optional = true } console_error_panic_hook = { version = "0.1", optional = true }