From 53b788bd4d2df757afd424ede4b6b4cbaa0ef713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 23:42:10 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.5 to 0.10.2 Bumps [rand](https://github.com/rust-random/rand) from 0.9.5 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.9.5...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- libs/hbb_common/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84af154..da0a06f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1663,7 +1663,7 @@ dependencies = [ "osascript", "protobuf", "protobuf-codegen", - "rand 0.9.5", + "rand 0.10.2", "regex", "rustls-native-certs", "rustls-pki-types", @@ -3908,7 +3908,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix 1.1.4", "windows-sys 0.61.2", diff --git a/libs/hbb_common/Cargo.toml b/libs/hbb_common/Cargo.toml index efc72d9..54a4a36 100644 --- a/libs/hbb_common/Cargo.toml +++ b/libs/hbb_common/Cargo.toml @@ -26,7 +26,7 @@ anyhow = "1.0" futures-util = "0.3" directories-next = "2.0" ed25519-dalek = "3.0" -rand = "0.9" +rand = "0.10" serde_derive = "1.0" serde = "1.0" serde_json = "1.0"