deps: update minimal versions for dependencies

This commit is contained in:
Andrew Gallant
2020-05-09 10:39:43 -04:00
parent 08dee094dd
commit 72807462e8
3 changed files with 4 additions and 8 deletions

View File

@@ -19,10 +19,6 @@ build = "build.rs"
autotests = false
edition = "2018"
[badges]
# I guess crates.io does not support GitHub Action badges yet.
# Tracking PR: https://github.com/rust-lang/crates.io/pull/1838
[[bin]]
bench = false
path = "crates/core/main.rs"
@@ -47,8 +43,8 @@ members = [
[dependencies]
bstr = "0.2.12"
grep = { version = "0.2.5", path = "crates/grep" }
ignore = { version = "0.4.12", path = "crates/ignore" }
grep = { version = "0.2.6", path = "crates/grep" }
ignore = { version = "0.4.15", path = "crates/ignore" }
lazy_static = "1.1.0"
log = "0.4.5"
num_cpus = "1.8.0"