summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 08:57:05 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 08:57:05 -0500
commit0f61f08eb11f4179f341c9ddf492d388194fc78b (patch)
tree31c88d1a1ce6bb157dd746358c1924edcf32852f
parenta0e8dbe9df412f68f9b3a64c2f18fba4f8a2147a (diff)
deps: update to ignore 0.4.19
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d9ab05a4..0845aa1c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ members = [
[dependencies]
bstr = "1.1.0"
grep = { version = "0.2.8", path = "crates/grep" }
-ignore = { version = "0.4.18", path = "crates/ignore" }
+ignore = { version = "0.4.19", path = "crates/ignore" }
lazy_static = "1.1.0"
log = "0.4.5"
regex = "1.3.5"