summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2024-01-06 14:28:28 -0500
committerAndrew Gallant <jamslam@gmail.com>2024-01-06 14:28:28 -0500
commit44aa5a417d396ec75613c876e0eb5e4ba2f03b1d (patch)
treecd6556ea55200db6d643d780fbb6338ddb0ecaa8
parent2c3897585d3a6d0709954bc389bed3d957878048 (diff)
deps: bump ignore to 0.4.22
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f30cc0b6..1cfe6c0a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ members = [
anyhow = "1.0.75"
bstr = "1.7.0"
grep = { version = "0.3.1", path = "crates/grep" }
-ignore = { version = "0.4.21", path = "crates/ignore" }
+ignore = { version = "0.4.22", path = "crates/ignore" }
lexopt = "0.3.0"
log = "0.4.5"
serde_json = "1.0.23"