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

deps: bump grep-regex to 0.1.13

This commit is contained in:
Andrew Gallant
2024-09-08 22:08:22 -04:00
parent 7c8dc332b3
commit 082edafffa
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ grep-cli = { version = "0.1.11", path = "../cli" }
grep-matcher = { version = "0.1.7", path = "../matcher" }
grep-pcre2 = { version = "0.1.7", path = "../pcre2", optional = true }
grep-printer = { version = "0.2.1", path = "../printer" }
grep-regex = { version = "0.1.12", path = "../regex" }
grep-regex = { version = "0.1.13", path = "../regex" }
grep-searcher = { version = "0.1.13", path = "../searcher" }
[dev-dependencies]