From 69b2a3f82df71cb9b30be62d800766cdc22b322c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Apr 2025 00:34:18 +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 f34bd98..b4ea331 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" log = "0.4.22" env_logger = "0.11.8" actix-web = "4.10.2" -rand = "0.9.0-alpha.2" +rand = "0.9.0" clap = { version = "4.5.35", features = ["derive"] }