1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

deps/grep: update minimal versions

This commit is contained in:
Andrew Gallant 2021-06-12 08:08:58 -04:00
parent 1d53ed2744
commit c8d8ab8ded
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -42,7 +42,7 @@ members = [
[dependencies]
bstr = "0.2.12"
grep = { version = "0.2.7", path = "crates/grep" }
grep = { version = "0.2.8", path = "crates/grep" }
ignore = { version = "0.4.18", path = "crates/ignore" }
lazy_static = "1.1.0"
log = "0.4.5"