From 9ebb01015e99b5e5e798e994701f3e0e4ad6b87c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 02:01:16 +0000 Subject: [PATCH] fix(deps): update rust crate uufuzz 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..070b9b4 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -15,7 +15,7 @@ tempfile = "3.15.0" rand = { version = "0.10.0" } similar = "3.0.0" uucore = { version = "0.8.0", features = ["libc"] } -uufuzz = "0.8.0" +uufuzz = "0.9.0" uu_tar = { path = "../src/uu/tar/" }