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.12

This commit is contained in:
Andrew Gallant
2023-11-26 14:16:31 -05:00
parent fee7ac79f1
commit 85b2ceecd1
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ memchr = "2.6.3"
memmap = { package = "memmap2", version = "0.9.0" }
[dev-dependencies]
grep-regex = { version = "0.1.11", path = "../regex" }
grep-regex = { version = "0.1.12", path = "../regex" }
regex = "1.9.5"
[features]