From 28f55efa3e8847da1a0ad3a3f4f2e46cbc8e36d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:49:34 +0000 Subject: [PATCH] chore(deps): bump the cargo group across 1 directory with 2 updates Bumps the cargo group with 2 updates in the / directory: [rand](https://github.com/rust-random/rand) and [quinn-proto](https://github.com/quinn-rs/quinn). Updates `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) Updates `quinn-proto` from 0.11.13 to 0.11.14 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.13...quinn-proto-0.11.14) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production dependency-group: cargo - dependency-name: quinn-proto dependency-version: 0.11.14 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/api/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 774896f..53a7bf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2600,9 +2600,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.13" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" +checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" dependencies = [ "bytes", "getrandom 0.3.4", @@ -3831,7 +3831,7 @@ dependencies = [ "http-body-util", "image", "jsonwebtoken", - "rand 0.8.5", + "rand 0.9.2", "redis", "rust-s3", "serde", diff --git a/crates/api/Cargo.toml b/crates/api/Cargo.toml index 7ff4161..07fb1e2 100644 --- a/crates/api/Cargo.toml +++ b/crates/api/Cargo.toml @@ -23,7 +23,7 @@ rust-s3 = { version = "=0.37.1", default-features = false, features = ["tokio-ru sha2 = "0.10" subtle = "2" hex = "0.4" -rand = "0.8" +rand = "0.10" async-nats = "0.38" utoipa = { version = "5", features = ["axum_extras", "chrono", "uuid"] } utoipa-swagger-ui = { version = "9", features = ["axum", "reqwest"] }