1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-04 21:52:54 +02:00

deps: bump grep-matcher to 0.1.7

This commit is contained in:
Andrew Gallant
2023-11-26 14:15:34 -05:00
parent d0251c77fe
commit 54d5540c10
5 changed files with 5 additions and 5 deletions

View File

@ -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"