From 68bf2d4bf55affb34348beb0b2fb750dbdacb8be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:12:13 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.5 to 0.9.2 Bumps [rand](https://github.com/rust-random/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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee3fcd1e..4672f8d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1555,7 +1555,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/Cargo.toml b/Cargo.toml index 7553144b..b473a96d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ smallvec = { version = "1.15.1", features = ["serde"] } reqwest = { version = "0.12.22", default-features = false, features = ["rustls-tls", "rustls-tls-native-roots", "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.29.8", features = ["colors"] } tokio-stream = { version = "0.1.17", features = ["net"] }