From 1b6bc581563be81efacbb8fb3605429a72f70ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 20:36:10 +0000 Subject: [PATCH] chore(deps): bump rand in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8954c69..338f0dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2943,7 +2943,7 @@ dependencies = [ "noq", "noq-proto", "postcard", - "rand 0.9.5", + "rand 0.10.3", "rds-core", "rds-discovery", "serde", diff --git a/Cargo.toml b/Cargo.toml index 6b57754..0d74459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ noq = "1" noq-proto = "1" postcard = "1" proptest = "1" -rand = "0.9" +rand = "0.10" rustls = { version = "0.23", default-features = false, features = ["std", "logging", "tls12", "ring"] } rustls-pki-types = { version = "1", features = ["alloc"] } rds-agent = { path = "crates/rds-agent" }