From 50042e0c96de4626b1680694b7bdcb096beac6df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 17:08:25 +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 9c7a758f..0f989309 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ nix = { version = "0.30", default-features = false, features = ["process"] } phf = "0.13.1" phf_codegen = "0.13.0" prettytable-rs = "0.10.0" -rand = { version = "0.9.0", features = ["small_rng"] } +rand = { version = "0.10.0", features = ["small_rng"] } ratatui = "0.30.0" regex = "1.10.4" rustix = { version = "1.1.2", features = ["fs"] }