deps: bump to grep-searcher 0.1.16

This commit is contained in:
Andrew Gallant
2025-10-22 08:26:22 -04:00
parent 86e0ab12ef
commit 4694800be5
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ serde = ["dep:serde", "dep:serde_json"]
[dependencies]
bstr = "1.6.2"
grep-matcher = { version = "0.1.8", path = "../matcher" }
grep-searcher = { version = "0.1.15", path = "../searcher" }
grep-searcher = { version = "0.1.16", path = "../searcher" }
log = "0.4.5"
termcolor = "1.3.0"
serde = { version = "1.0.193", optional = true }