From f7f3ed4b831dc3f2f009577c6a3611257418ea11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:04:59 +0000 Subject: [PATCH] Bump rand in /notify_push in the cargo group across 1 directory Bumps the cargo group with 1 update in the /notify_push directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.9.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...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- notify_push/Cargo.lock | 2 +- notify_push/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notify_push/Cargo.lock b/notify_push/Cargo.lock index dc4b756..23a53ed 100644 --- a/notify_push/Cargo.lock +++ b/notify_push/Cargo.lock @@ -1671,7 +1671,7 @@ dependencies = [ "nextcloud_appinfo", "once_cell", "parse-display 0.10.0", - "rand 0.8.5", + "rand 0.9.2", "redis", "reqwest", "sd-notify", diff --git a/notify_push/Cargo.toml b/notify_push/Cargo.toml index 26a56a7..14a77b2 100644 --- a/notify_push/Cargo.toml +++ b/notify_push/Cargo.toml @@ -25,7 +25,7 @@ smallvec = { version = "1.15.1", features = ["serde"] } reqwest = { version = "0.13.2", features = ["json"] } warp-real-ip = "0.2.0" parse-display = "0.10.0" -rand = { version = "0.8.5", features = ["small_rng"] } +rand = { version = "0.9.2", features = ["small_rng"] } ahash = "0.8.12" flexi_logger = { version = "0.31.8", features = ["colors"] } tokio-stream = { version = "0.1.17", features = ["net"] }