From 391d9ddc96dada506372348b44995bc1cb1a7526 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 27 Jan 2025 15:03:19 +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 a362379..fff1444 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = { version = "1.0.86", features = ["backtrace"] } if-addrs = "0.13.0" -rand = "0.8.5" +rand = "0.9.0" chrono = "0.4.38" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.120" -- 2.47.1