From 30609ee4052b4b85c72226d659208b1c527edf03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:15:25 +0000 Subject: [PATCH] chore(deps)(deps): bump rand from 0.10.1 to 0.10.2 Bumps [rand](https://github.com/rust-random/rand) from 0.10.1 to 0.10.2. - [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.1...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c0317019..f59cd7820 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5901,9 +5901,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ "chacha20", "getrandom 0.4.3", @@ -6622,7 +6622,7 @@ dependencies = [ "futures-util", "http", "mime", - "rand 0.10.1", + "rand 0.10.2", "thiserror 2.0.18", ] @@ -7511,7 +7511,7 @@ dependencies = [ "lazy_static", "mime", "mime_guess", - "rand 0.10.1", + "rand 0.10.2", "rsb_derive", "rvstruct", "serde", @@ -9265,7 +9265,7 @@ dependencies = [ "log", "mime_guess", "portpicker", - "rand 0.10.1", + "rand 0.10.2", "regex", "reqwest 0.12.28", "rust-embed",