From 4a38c3f668134cee0f3de3524ff72f6b3dc6c19e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 14:32:56 +0000 Subject: [PATCH] build(deps): bump rand from 0.10.2 to 0.10.3 Bumps [rand](https://github.com/rust-random/rand) from 0.10.2 to 0.10.3. - [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/compare/0.10.2...0.10.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7306b6a2..3a6b944b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1000,9 +1000,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" +checksum = "65c9fb96cbc91e3478eaae79a69fcd3f1ae4ad052e471fe6732fff548984b4af" dependencies = [ "chacha20", "getrandom 0.4.3", @@ -1320,7 +1320,7 @@ dependencies = [ "paste", "pkcs8", "proptest", - "rand 0.10.2", + "rand 0.10.3", "rand_core 0.10.1", "serde", "serde_json", @@ -1570,7 +1570,7 @@ dependencies = [ "hybrid-array", "pkcs8", "postcard", - "rand 0.10.2", + "rand 0.10.3", "serde_json", "serdect", "sha2",