From 335100fd5b8cd8a4a9fca420ce1707eddc6c6b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:01:42 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.2 to 0.9.3 in /backend Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 8 ++++---- backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f4cf16f..cefd2c6 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ "dotenvy", "env_logger", "log", - "rand 0.9.2", + "rand 0.9.3", "reqwest", "serde", "serde_json", @@ -1411,7 +1411,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash", "rustls", @@ -1465,9 +1465,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f265844..05d377d 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -20,7 +20,7 @@ bigdecimal = { version = "0.4.10", features = ["serde"] } reqwest = { version = "0.13.1", features = ["json"] } serde_json = "1.0.148" statrs = "0.18.0" -rand = "0.9.2" +rand = "0.9.3" deadpool-diesel = { version = "0.6.1", features = ["postgres", "serde"] } [profile.release]