From 63e3b1d9c90b4ad301b50d12dd5f7d3c874477a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 19:16:14 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.5 to 0.9.2 in /backend 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] --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 7c69294..49f9874 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1441,7 +1441,7 @@ dependencies = [ "opentelemetry-otlp", "opentelemetry_sdk", "proptest", - "rand 0.8.5", + "rand 0.9.2", "regex", "reqwest", "serde", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index a3a3fc6..bc79704 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -73,7 +73,7 @@ hex = "0.4" base64 = "0.22" aes-gcm = "0.10" urlencoding = "2" -rand = "0.8" +rand = "0.9" # Async utilities async-trait = "0.1"