From 31c40d0762c03f0167b4b6c4fdbcbd3b97009b4a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 00:34:15 +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 092e789..a16e93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" log = "0.4.22" env_logger = "0.11.5" actix-web = "4.10.2" -rand = "0.9.0-alpha.2" +rand = "0.9.0" clap = { version = "4.5.35", features = ["derive"] }