summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 09:12:37 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 09:12:37 -0500
commita25307d6c838b9770175dceb0c67b752ecbb2190 (patch)
treedb5899633b036513f6b6c8b88fb1a6de777aff22
parentb80947a8b3bac4fe99b3d7cb1622f1ff0bdb6d34 (diff)
deps: update to grep-printer 0.1.7
-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 2fa5c036..2b13f9e8 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -17,7 +17,7 @@ edition = "2018"
grep-cli = { version = "0.1.7", path = "../cli" }
grep-matcher = { version = "0.1.6", path = "../matcher" }
grep-pcre2 = { version = "0.1.6", path = "../pcre2", optional = true }
-grep-printer = { version = "0.1.6", path = "../printer" }
+grep-printer = { version = "0.1.7", path = "../printer" }
grep-regex = { version = "0.1.11", path = "../regex" }
grep-searcher = { version = "0.1.11", path = "../searcher" }