diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 12eb0d1a..90cf598b 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -17,7 +17,7 @@ edition = "2021"
 grep-cli = { version = "0.1.11", path = "../cli" }
 grep-matcher = { version = "0.1.7", path = "../matcher" }
 grep-pcre2 = { version = "0.1.8", path = "../pcre2", optional = true }
-grep-printer = { version = "0.2.1", path = "../printer" }
+grep-printer = { version = "0.2.2", path = "../printer" }
 grep-regex = { version = "0.1.13", path = "../regex" }
 grep-searcher = { version = "0.1.14", path = "../searcher" }