From 13e482b9ac4230fb033bc62e04d331d23c4c6804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 06:14:30 +0000 Subject: [PATCH] fix(deps): update rust crate similar to 2.5.0 --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 57e3d88c2..f2848c071 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -12,7 +12,7 @@ libfuzzer-sys = "0.4.7" libc = "0.2.154" tempfile = "3.10.1" rand = { version = "0.8.5", features = ["small_rng"] } -similar = "2" +similar = "2.5.0" uucore = { path = "../src/uucore/" } uu_date = { path = "../src/uu/date/" }