From caa85648b0f475fb0c437429a1c2ae6cba181176 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:34:48 +0000 Subject: [PATCH] chore(deps): 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 1b92bf4a..a9edfc25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ paste = "1.0.15" pbjson-types = "0.7.0" prometheus = "0.13.4" prost = "0.13.1" -rand = "0.8.5" +rand = "0.9.0" reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls-native-roots"] } schemars = { version = "0.8.21", features = ["chrono"] } serde = { version = "1.0.208", features = ["derive"] }