From b97d7cfaf51dde27d30ff4743d72430aac60235b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:04:54 +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 50c3d69..ba42b7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ clap = { version = "4.4.8", features = ["derive", "unstable-doc", "env"] } clap-markdown = "0.1.3" log = "0.4.20" qwitlib = "0.3.2" -rand = "0.8.5" +rand = "0.10.0" walkdir = "2" calamine = "0.24" indicatif = "0.17.8"