summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-09 10:37:08 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-09 10:37:08 -0400
commitcaa53b7b09aab414058e30feb0af805ab4bfc1bd (patch)
treecc4bc16a76debd4c8cc7bda6c87b1534c70557c1
parentc5d6141562348a06828637db53c4317256e0950a (diff)
grep: update minimal dependency versions
-rw-r--r--crates/grep/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 1c8f5ab7..25aa14d4 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -16,8 +16,8 @@ license = "Unlicense/MIT"
grep-cli = { version = "0.1.4", path = "../cli" }
grep-matcher = { version = "0.1.4", path = "../matcher" }
grep-pcre2 = { version = "0.1.4", path = "../pcre2", optional = true }
-grep-printer = { version = "0.1.4", path = "../printer" }
-grep-regex = { version = "0.1.6", path = "../regex" }
+grep-printer = { version = "0.1.5", path = "../printer" }
+grep-regex = { version = "0.1.8", path = "../regex" }
grep-searcher = { version = "0.1.7", path = "../searcher" }
[dev-dependencies]