summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-27 21:36:44 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-27 21:36:44 -0500
commit8c48355b03ee514f4962d2c038a1be9704125c75 (patch)
tree53b0cea1bf9ca7c16d2a3a8159ba3ae3b2d551bb
parentf9b86de96322baea54711894ff917c0c4ec440fd (diff)
deps: bump grep-printer to 0.2.1
-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 5228f19a..d4eac4c9 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -17,7 +17,7 @@ edition = "2021"
grep-cli = { version = "0.1.10", path = "../cli" }
grep-matcher = { version = "0.1.7", path = "../matcher" }
grep-pcre2 = { version = "0.1.7", path = "../pcre2", optional = true }
-grep-printer = { version = "0.2.0", path = "../printer" }
+grep-printer = { version = "0.2.1", path = "../printer" }
grep-regex = { version = "0.1.12", path = "../regex" }
grep-searcher = { version = "0.1.13", path = "../searcher" }