From f1a596af5ffebd3a4cfc0257c1b63221cedd018d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 02:01:06 +0000 Subject: [PATCH] fix(deps): update rust crate uucore to 0.9.0 --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index f3f5a2a..29768c0 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -14,7 +14,7 @@ libc = "0.2.153" tempfile = "3.15.0" rand = { version = "0.10.0" } similar = "3.0.0" -uucore = { version = "0.8.0", features = ["libc"] } +uucore = { version = "0.9.0", features = ["libc"] } uufuzz = "0.8.0" uu_tar = { path = "../src/uu/tar/" }