From 1807bc1fa0e8c9257df9d808e8ab3614a360c1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 05:50:40 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.5 to 0.10.2 Bumps [rand](https://github.com/rust-random/rand) from 0.9.5 to 0.10.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.9.5...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/azums/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5531c16..1d2be3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,7 +361,7 @@ dependencies = [ "criterion", "dotenvy", "proptest", - "rand 0.9.5", + "rand 0.10.2", "serde", "serde_json", "serial_test", diff --git a/crates/azums/Cargo.toml b/crates/azums/Cargo.toml index ae6007f..2b54d9d 100644 --- a/crates/azums/Cargo.toml +++ b/crates/azums/Cargo.toml @@ -38,7 +38,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" anyhow = "1" dotenvy = "0.15" -rand = "0.9" +rand = "0.10" uuid = { version = "1", features = ["v4", "serde"] } tokio-stream = { version = "0.1", features = ["sync", "time"] }