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

regex: some minor polish

I think I already did a clean-up of this crate when I moved it to regex
1.9, so the polish here is very minor.
This commit is contained in:
Andrew Gallant
2023-09-25 17:21:28 -04:00
parent 798f8981eb
commit 82d3183a04
6 changed files with 16 additions and 127 deletions

View File

@ -14,9 +14,8 @@ license = "Unlicense OR MIT"
edition = "2021"
[dependencies]
aho-corasick = "1.0.2"
bstr = "1.6.0"
bstr = "1.6.2"
grep-matcher = { version = "0.1.6", path = "../matcher" }
log = "0.4.19"
regex-automata = { version = "0.3.0" }
regex-syntax = "0.7.2"
log = "0.4.20"
regex-automata = { version = "0.3.8" }
regex-syntax = "0.7.5"