From 29097e17917d07b89694684701e5750dc84aac7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:11:20 +0000 Subject: [PATCH] chore(deps): bump rand Bumps the cargo group with 1 update in the /tests/loadtest directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.9.0 to 0.9.4 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.9.0...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- tests/loadtest/Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/loadtest/Cargo.lock b/tests/loadtest/Cargo.lock index e0ee2777..1a58b0ce 100644 --- a/tests/loadtest/Cargo.lock +++ b/tests/loadtest/Cargo.lock @@ -1537,13 +1537,12 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" [[package]] name = "rand" -version = "0.9.0" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha", "rand_core", - "zerocopy", ] [[package]]