From 7939b25d043e67e5be6eeb6c745b3669231a7c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:19:40 +0000 Subject: [PATCH] Bump rand from 0.9.4 to 0.10.1 Bumps [rand](https://github.com/rust-random/rand) from 0.9.4 to 0.10.1. - [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.4...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- aws_secretsmanager_caching/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43b1c16..2cd2eab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -613,7 +613,7 @@ dependencies = [ "http 0.2.12", "linked-hash-map", "log", - "rand 0.9.4", + "rand 0.10.1", "rustls 0.23.40", "serde", "serde_json", diff --git a/aws_secretsmanager_caching/Cargo.toml b/aws_secretsmanager_caching/Cargo.toml index 5a49302..be9d336 100644 --- a/aws_secretsmanager_caching/Cargo.toml +++ b/aws_secretsmanager_caching/Cargo.toml @@ -34,7 +34,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync", "test- http = "0" tokio-test = "0.4.4" criterion = { version = "0.7.0", features = ["async_tokio", "html_reports"] } -rand = "0.9.2" +rand = "0.10.1" [[bench]] name = "benchmark"