From 32a5aac74d72531dcb4068c21e70a67445ba2e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:29:20 +0000 Subject: [PATCH] build(deps): Bump rand_core from 0.10.0 to 0.10.1 Bumps [rand_core](https://github.com/rust-random/rand_core) from 0.10.0 to 0.10.1. - [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.10.0...v0.10.1) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b966843..6868398 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,7 +205,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "211f05e03c7d03754740fd9e585de910a095d6b99f8bcfffdef8319fa02a8331" dependencies = [ "hybrid-array", - "rand_core 0.10.0", + "rand_core 0.10.1", ] [[package]] @@ -452,7 +452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3ae2c3347ff4a7af4f679a9e397c2c7e6034a00b773dd2dd3c001d7f40897c9" dependencies = [ "crypto-common 0.2.0", - "rand_core 0.10.0", + "rand_core 0.10.1", ] [[package]] @@ -483,7 +483,7 @@ dependencies = [ "hybrid-array", "module-lattice", "pkcs8 0.11.0-rc.11", - "rand_core 0.10.0", + "rand_core 0.10.1", "sha3", "signature 3.0.0-rc.10", ] @@ -497,7 +497,7 @@ dependencies = [ "hybrid-array", "kem", "module-lattice", - "rand_core 0.10.0", + "rand_core 0.10.1", "sha3", "subtle", ] @@ -601,9 +601,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" +checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" [[package]] name = "regex" @@ -762,7 +762,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f1880df446116126965eeec169136b2e0251dba37c6223bcc819569550edea3" dependencies = [ "digest 0.11.0", - "rand_core 0.10.0", + "rand_core 0.10.1", ] [[package]] @@ -776,7 +776,7 @@ dependencies = [ "hmac 0.13.0-rc.5", "hybrid-array", "pkcs8 0.11.0-rc.11", - "rand_core 0.10.0", + "rand_core 0.10.1", "sha2 0.11.0-rc.5", "sha3", "signature 3.0.0-rc.10", @@ -902,7 +902,7 @@ dependencies = [ "hmac 0.12.1", "ml-dsa", "ml-kem", - "rand_core 0.10.0", + "rand_core 0.10.1", "regex", "serde", "serde_json",