From 30a3727bde90e8cbe04e0000a0a3a15f364ab6dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:35:05 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 469dd413..8e82f560 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ parking_lot = "0.12.3" pin-project = "1.1.5" prometheus = { version = "0.14", default-features = false } prost = "0.14.1" -rand = "0.9.0" +rand = "0.10.0" rdkafka = { version = "0.39.0", features = ["gssapi", "tracing"] } reqwest = { version = "0.12", default-features = false, features = [ "json",