summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-29 09:17:08 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-29 09:17:08 -0400
commitf35de5c523182bb83ed7de6b36efb3d4f67baa8d (patch)
treeca470698cb8bf9366db377da4dc429d2316c35df
parentc9bb78ceba1a2e270b18d9977c220f30c7d86e40 (diff)
grep: update minimal dependency versions
-rw-r--r--crates/grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 603f9a08..e6111758 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -13,7 +13,7 @@ keywords = ["regex", "grep", "egrep", "search", "pattern"]
license = "Unlicense/MIT"
[dependencies]
-grep-cli = { version = "0.1.4", path = "../cli" }
+grep-cli = { version = "0.1.5", 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.5", path = "../printer" }