summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hofstetter <daniel.hofstetter@42dh.com>2024-05-03 09:12:21 +0200
committerGitHub <noreply@github.com>2024-05-03 09:12:21 +0200
commit451be5343f1d32711f295bf2b5bfbe104168a940 (patch)
tree5c10dc46c84e68ba7932fd18be776e668016ab1d
parentc1942daeb1588ae784e66371cd66d721e632fb43 (diff)
parent13e482b9ac4230fb033bc62e04d331d23c4c6804 (diff)
Merge pull request #6336 from uutils/renovate/similar-2.x
fix(deps): update rust crate similar to 2.5.0
-rw-r--r--fuzz/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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/" }