1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-11 14:30:24 +02:00

searcher: bump grep-regex dep to 0.1.10

This commit is contained in:
Andrew Gallant
2022-07-15 10:02:06 -04:00
parent 2cae30e399
commit a933d0bc90

@ -23,7 +23,7 @@ log = "0.4.5"
memmap = { package = "memmap2", version = "0.5.3" }
[dev-dependencies]
grep-regex = { version = "0.1.9", path = "../regex" }
grep-regex = { version = "0.1.10", path = "../regex" }
regex = "1.1"
[features]