From 2be6545467b1aba3e6dc1221ef20dca5875cdef8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:39:45 +0000 Subject: [PATCH] Update Rust crate rand to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index daebfa9..7d1d7e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_derive = "1.0.195" actix-cors = "0.6.4" tracing-actix-web = "0.7.7" regex = "1.10.2" -rand = "0.8.5" +rand = "0.9.0" futures-util = "0.3.29" futures = "0.3.29" tokio-stream = "0.1.14"