From 5ba19f33fe86ce317a9752f41cccceedb217dee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 14:07:49 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.5 to 0.9.1 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.1. - [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.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c93985b7..59559311 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1558,7 +1558,7 @@ dependencies = [ "nextcloud_appinfo", "once_cell", "parse-display", - "rand 0.8.5", + "rand 0.9.1", "redis", "reqwest", "sd-notify", diff --git a/Cargo.toml b/Cargo.toml index 4f45e448..0c82756c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ smallvec = { version = "1.13.2", features = ["serde"] } reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "rustls-tls-native-roots", "json"] } warp-real-ip = "0.2.0" parse-display = "0.9.1" -rand = { version = "0.8.5", features = ["small_rng"] } +rand = { version = "0.9.1", features = ["small_rng"] } ahash = "0.8.11" flexi_logger = { version = "0.29.8", features = ["colors"] } tokio-stream = { version = "0.1.17", features = ["net"] }