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

deps/ignore: update minimal versions

This commit is contained in:
Andrew Gallant 2021-06-12 08:01:13 -04:00
parent 53cb9a779e
commit 9efdbf74a1
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

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