From 3f040f752b736dc023236cfc8372f9acb9775a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:25:36 +0000 Subject: [PATCH] Bump rand from 0.9.0 to 0.9.3 in /bin-functions Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.9.0...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bin-functions/Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin-functions/Cargo.lock b/bin-functions/Cargo.lock index b42ab06a3..87ec89aa3 100644 --- a/bin-functions/Cargo.lock +++ b/bin-functions/Cargo.lock @@ -739,12 +739,11 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_core", - "zerocopy", ] [[package]]