From bb0925af9159d552af0bdbdafeea7d4271d575b9 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 8 Sep 2024 22:10:49 -0400 Subject: [PATCH] deps: bump grep-printer to 0.2.2 --- crates/grep/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }