From e63c49f630aa63496462c60d80429121f8239a94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 01:48:56 +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 5af82c8..719982f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ phf_codegen = "0.11.2" textwrap = { version = "0.16.1", features = ["terminal_size"] } xattr = "1.3.1" tempfile = "3.9.0" -rand = { version = "0.8.6", features = ["small_rng"] } +rand = { version = "0.10.0", features = ["small_rng"] } [dependencies] clap = { workspace = true }