From 58a1796546e41a07a0e33893663fb59feb89e66a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:55:08 +0000 Subject: [PATCH] chore(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 d23e95c..6fb4e56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ k256 = {version = "0.13.3", default-features = false, features = ["alloc", "ecds lazy_static = {version = "1.4.0", default-features = false, features = ["spin_no_std"]} parity-scale-codec = {version = "3.6.9", default-features = false, features = ["derive"]} pbkdf2 = {version = "0.12.2", default-features = false} -rand_core = {version = "0.6.4", default-features = false, optional = true} +rand_core = {version = "0.10.0", default-features = false, optional = true} regex = {version = "1.10.3", default-features = false} schnorrkel = {version = "0.11.4", default-features = false, optional = true} sha2 = {version = "0.10.8", default-features = false}