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

@@ -19,7 +19,7 @@ grep-matcher = { version = "0.1.8", path = "../matcher" }
grep-pcre2 = { version = "0.1.9", path = "../pcre2", optional = true }
grep-printer = { version = "0.3.0", path = "../printer" }
grep-regex = { version = "0.1.14", path = "../regex" }
grep-searcher = { version = "0.1.15", path = "../searcher" }
grep-searcher = { version = "0.1.16", path = "../searcher" }
[dev-dependencies]
termcolor = "1.0.4"