summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:12:55 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:12:55 -0500
commit51aa33983032e40c45c9077a375c698dac375aaf (patch)
treee74b8aa9b00dc574fa49e37ee95ab331446a1cf7
parent381c521d02e26f86d69fbbec6e697a4609bea056 (diff)
deps: bump ignore to 0.4.21
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 90c6ae85..df6057ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ members = [
anyhow = "1.0.75"
bstr = "1.7.0"
grep = { version = "0.2.12", path = "crates/grep" }
-ignore = { version = "0.4.19", path = "crates/ignore" }
+ignore = { version = "0.4.21", path = "crates/ignore" }
lexopt = "0.3.0"
log = "0.4.5"
serde_json = "1.0.23"