From 397788adaeff7009d0b88b0d5b70f8c6e02cc1dd Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 21 Apr 2025 16:17:26 +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 4a03203..c384904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,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"