From b76ba16479007b2195b437b3db0414228148ee96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:01:58 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.10.2 in /daemon Bumps [rand](https://github.com/rust-random/rand) from 0.8.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.8.5...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- daemon/Cargo.lock | 14 +++++++------- daemon/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/daemon/Cargo.lock b/daemon/Cargo.lock index 5ebb819..f660be8 100644 --- a/daemon/Cargo.lock +++ b/daemon/Cargo.lock @@ -715,7 +715,7 @@ dependencies = [ "hkdf", "hmac", "percent-encoding", - "rand 0.8.5", + "rand 0.8.7", "sha2 0.10.8", "subtle", "time", @@ -2062,7 +2062,7 @@ dependencies = [ "pangocairo", "poem", "poem-openapi", - "rand 0.8.5", + "rand 0.10.2", "reqwest", "resvg", "rodio", @@ -2962,9 +2962,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ "libc", "rand_chacha", @@ -4312,7 +4312,7 @@ dependencies = [ "http 0.2.12", "httparse", "log", - "rand 0.8.5", + "rand 0.8.7", "sha1", "thiserror 1.0.51", "url", @@ -4331,7 +4331,7 @@ dependencies = [ "http 1.0.0", "httparse", "log", - "rand 0.8.5", + "rand 0.8.7", "rustls", "rustls-pki-types", "sha1", @@ -5077,7 +5077,7 @@ dependencies = [ "hex", "nix 0.29.0", "ordered-stream", - "rand 0.8.5", + "rand 0.8.7", "serde", "serde_repr", "sha1", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index d076f66..7eb689a 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -32,7 +32,7 @@ tracing-subscriber = { version = "0.3" } mime_guess = "2.0" rust-embed = "8.5" async-trait = "0.1.75" -rand = "0.8.5" +rand = "0.10.2" chrono = "0.4" sysinfo = "0.33" pango = "0.22"