From 56afe2688d445b0d3c229d26a9e6670091c6120c Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 3 May 2025 00:01:39 +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 848a69a..cc45fff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tokio-stream = "0.1.15" # Utils base64 = "0.22.0" const_format = "0.2.32" -rand = "0.8.5" +rand = "0.9.0" validator = { version = "0.17.0", features = ["derive"] } # Http client reqwest = "0.11.24"