From fac47569240fb2a3cc2ff2119b3dbfaed22b3318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:53:41 +0000 Subject: [PATCH] Update rand requirement from 0.9.0 to 0.10.0 in /common_lib Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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/rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common_lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_lib/Cargo.toml b/common_lib/Cargo.toml index 4d48bf4734..44af583065 100644 --- a/common_lib/Cargo.toml +++ b/common_lib/Cargo.toml @@ -12,7 +12,7 @@ async-trait = "0.1.74" # TODO: stop using error from lambda_runtime lambda_runtime = "1.0.1" tokio = { version = "1", features = ["full"] } -rand = "0.9.0" +rand = "0.10.0" regex = "1.10.2" chrono = "0.4.31"