summaryrefslogtreecommitdiffstats
path: root/crates/printer/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:15:34 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:15:34 -0500
commit54d5540c10e485346150ad63e6a1fe8ad705e2f4 (patch)
treeae5df444bb28c2237950b1f8902c11b976b2e2c2 /crates/printer/Cargo.toml
parentd0251c77fe96412310110aeb9383f20436a9f97e (diff)
deps: bump grep-matcher to 0.1.7
Diffstat (limited to 'crates/printer/Cargo.toml')
-rw-r--r--crates/printer/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml
index caec3576..d880ab56 100644
--- a/crates/printer/Cargo.toml
+++ b/crates/printer/Cargo.toml
@@ -20,7 +20,7 @@ serde = ["dep:serde", "dep:serde_json"]
[dependencies]
bstr = "1.6.2"
-grep-matcher = { version = "0.1.6", path = "../matcher" }
+grep-matcher = { version = "0.1.7", path = "../matcher" }
grep-searcher = { version = "0.1.11", path = "../searcher" }
log = "0.4.5"
termcolor = "1.3.0"