From af12a22f3ac576f1c26b72687239a2b7525826e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:19:47 +0000 Subject: [PATCH] Update Rust crate rand to 0.9.0 [SECURITY] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 224e0ca9..d641eccd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6984,7 +6984,7 @@ dependencies = [ "prometheus", "prost", "prost-types", - "rand 0.8.5", + "rand 0.9.2", "redis", "regex", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 47ad1355..3607311d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ actix-cors = "0.7.0" actix-files = "0.6.5" tracing-actix-web = "0.7.7" regex = "1.10.2" -rand = "0.8.5" +rand = "0.9.0" tempfile = "3" flate2 = "1.0" tar = "0.4"