From 733d86fb69d4f40ae3824e7022f14afbf8347c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:53:27 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.9.1 in the cli group across 1 directory Bumps the cli group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `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 dependency-group: cli ... 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 38590d76..185ad65f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2346,7 +2346,7 @@ dependencies = [ "gloo-net", "landscape2-core", "mockito", - "rand 0.8.5", + "rand 0.9.1", "reqwest", "serde", "tokio", diff --git a/Cargo.toml b/Cargo.toml index fcf46544..22f7a756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ octorust = "0.10.0" parse_link_header = "0.4.0" pretty_assertions = "1.4.1" qrcode = "0.14.1" -rand = "0.8.5" # do-not-upgrade +rand = "0.9.1" # do-not-upgrade regex = "1.12.2" reqwest = { version = "0.12.24", features = ["json", "multipart", "native-tls-vendored"] } reqwest-middleware = "0.4.2"