From 09b596aa81a46aaea1fb9aadb391f82bbe7de4bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 17:49:58 +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 899b91d..2d4e90a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ bytes = "1.6.0" clap = { version = "4.5.4", features = ["derive", "env"] } hyper = "1.0.0" itertools = "0.13.0" -rand = "0.8.5" +rand = "0.9.0" serde = { version = "1.0.200", features = ["derive"] } serde_json = "1.0.116" tap = "1.0.1"