summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:01:13 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:01:13 -0400
commit9efdbf74a1110d3623e09b33dc13ef4cd722aa37 (patch)
tree0c7019e7b62782002871793f6308cbed7cf1248f
parent53cb9a779e9e9bd5a986e0c28851e5fa241bd45e (diff)
deps/ignore: update minimal versions
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 718344c9..cdcfbc38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ members = [
[dependencies]
bstr = "0.2.12"
grep = { version = "0.2.7", path = "crates/grep" }
-ignore = { version = "0.4.16", path = "crates/ignore" }
+ignore = { version = "0.4.18", path = "crates/ignore" }
lazy_static = "1.1.0"
log = "0.4.5"
num_cpus = "1.8.0"