summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:02:18 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:02:18 -0400
commitcdc20c568525509d7b68e1c58a20ff55a51db231 (patch)
tree55e19fb4a51d9528beac93171436f590c1db582f
parent0cf2b98df2447589d9cf1d6c2d18265100327fa1 (diff)
deps/cli: update minimal 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 ee45aae2..cc11ed09 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -14,7 +14,7 @@ license = "Unlicense/MIT"
edition = "2018"
[dependencies]
-grep-cli = { version = "0.1.5", path = "../cli" }
+grep-cli = { version = "0.1.6", 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" }