summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:08:18 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:08:18 -0400
commit29696d1455afd7686a14671ed6314275c60961bd (patch)
tree05138f88750c259244929c5bb7a7391bdeb3ba60
parent57ce623a57b304a72381872e5671f52671d593ff (diff)
deps/printer: 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 3d1e1596..3a236d72 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -17,7 +17,7 @@ edition = "2018"
grep-cli = { version = "0.1.6", path = "../cli" }
grep-matcher = { version = "0.1.5", path = "../matcher" }
grep-pcre2 = { version = "0.1.5", path = "../pcre2", optional = true }
-grep-printer = { version = "0.1.5", path = "../printer" }
+grep-printer = { version = "0.1.6", path = "../printer" }
grep-regex = { version = "0.1.9", path = "../regex" }
grep-searcher = { version = "0.1.8", path = "../searcher" }