From 75d0b9fc6e4bbfa8aa2ab3cfda8c07ae573b18f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 02:34:10 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.8 to 0.9.5 Bumps [rand](https://github.com/rust-random/rand) from 0.8.8 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/0.8.8...0.9.5) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- libs/hbb_common/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09bc483..8f83d37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1554,7 +1554,7 @@ dependencies = [ "osascript", "protobuf", "protobuf-codegen", - "rand 0.8.8", + "rand 0.9.5", "regex", "rustls-native-certs", "rustls-pki-types", diff --git a/libs/hbb_common/Cargo.toml b/libs/hbb_common/Cargo.toml index df2b94f..ce04136 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.8" +rand = "0.9" serde_derive = "1.0" serde = "1.0" serde_json = "1.0"