From 78850cde0270f3115037cbb3a46562388e6856fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 22:13:57 +0000 Subject: [PATCH] chore(deps): update rust crate uucore to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89d5014..2e9a40b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ clap = { version = "4", features = ["derive", "wrap_help"] } clap_complete = "4" # uutils integration -uucore = "0.8" +uucore = "0.9" # Error handling thiserror = "2"