From 85fe93055548395a3ab0d002799ce20359b3b11b Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 27 Jan 2025 10:38:54 -0500 Subject: [PATCH] Update Rust crate rand to 0.9.0 (#158) Co-authored-by: Renovate Co-committed-by: Renovate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14f710e..949178d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ cargo_toml = "0.21.0" poise = "0.6.1" regex = "1.11.1" serde = "1.0.217" -rand = "0.8.5" +rand = "0.9.0" sysinfo = "0.33.1" time = "0.3.37" uptime_lib = "0.3.1"