From aec59a61cd3ab622b7bf3a883502883121474d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 03:07:57 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.6 to 0.9.4 in /backend 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] --- 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 1ebc58c..a2b32fb 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -337,7 +337,7 @@ dependencies = [ "futures-util", "hex", "http", - "rand 0.8.6", + "rand 0.9.4", "reqwest", "rust_decimal", "serde", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0976c78..a09c501 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,7 +13,7 @@ chrono = { version = "0.4", features = ["serde"] } futures-util = "0.3" hex = "0.4" http = "1" -rand = "0.8" +rand = "0.9" reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "http2", "stream"] } rust_decimal = "1" serde = { version = "1", features = ["derive"] }