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

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