summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-29 09:18:59 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-29 09:18:59 -0400
commita2f90747c9bf883a5580542cfe340e683dcc9c3e (patch)
treee765a7419538f3d3c8dbbde2bd607316fba103c1
parentf97cc623f77ae8a387ecc3c733a518fee6955677 (diff)
core: update minimal dependency versions
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d7086ae6..dfa76d91 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,8 +43,8 @@ members = [
[dependencies]
bstr = "0.2.12"
-grep = { version = "0.2.6", path = "crates/grep" }
-ignore = { version = "0.4.15", path = "crates/ignore" }
+grep = { version = "0.2.7", path = "crates/grep" }
+ignore = { version = "0.4.16", path = "crates/ignore" }
lazy_static = "1.1.0"
log = "0.4.5"
num_cpus = "1.8.0"