From 98fa38571c5ad76ae32ab82d75ac55543d816531 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Apr 2025 00:33:28 +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 1435a0e..01362e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" log = "0.4.27" 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"] } -- 2.47.2