From 4dda57c4c8964fdd425728c69b00055161284467 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:45:37 +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 b415f6a3..2717ba36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ nix = { version = "0.30", default-features = false } parse_datetime = "0.11.0" phf = "0.13.0" phf_codegen = "0.13.0" -rand = { version = "0.9.0", features = ["small_rng"] } +rand = { version = "0.10.0", features = ["small_rng"] } rangemap = "1.5.1" regex = "1.10.2" serde = { version = "1.0", features = ["derive"] }