From ac8528c8a37287d95347370e5bb00d5757c4d714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 17:18:53 +0000 Subject: [PATCH] Bump rand from 0.8.6 to 0.9.4 Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.6...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/rustapi-extras/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed398c7..8a640db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3272,7 +3272,7 @@ dependencies = [ "opentelemetry_sdk 0.32.0", "proptest", "r2d2", - "rand 0.8.6", + "rand 0.9.4", "redis", "reqwest", "rustapi-core", diff --git a/crates/rustapi-extras/Cargo.toml b/crates/rustapi-extras/Cargo.toml index 9902a76..5b00cf0 100644 --- a/crates/rustapi-extras/Cargo.toml +++ b/crates/rustapi-extras/Cargo.toml @@ -68,7 +68,7 @@ opentelemetry-semantic-conventions = { version = "0.31", optional = true } tracing-opentelemetry = { version = "0.32", optional = true } # CSRF (feature-gated) -rand = { version = "0.8", optional = true } +rand = { version = "0.9", optional = true } base64 = { version = "0.22", optional = true } # OAuth2 (feature-gated)