From fa17dde271a74338e594a3cd92de70f5cd760d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:40:18 +0000 Subject: [PATCH] build(deps): bump rand from 0.9.2 to 0.9.5 in /rust Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.5. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.5/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.2...0.9.5) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 rust/Cargo.lock diff --git a/rust/Cargo.lock b/rust/Cargo.lock old mode 100755 new mode 100644 index 8f1a171dca..b57e9e06d7 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1888,7 +1888,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.5", "ring", "rustc-hash", "rustls", @@ -1952,9 +1952,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5",