mirror of
https://github.com/rust-lang/cargo
synced 2024-10-30 12:35:34 +00:00
bump env_logger to a more minimal-versions compatible one
This commit is contained in:
parent
9b2295d11f
commit
682b295257
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ crates-io = { path = "src/crates-io", version = "0.18" }
|
||||||
crossbeam-utils = "0.5"
|
crossbeam-utils = "0.5"
|
||||||
crypto-hash = "0.3.1"
|
crypto-hash = "0.3.1"
|
||||||
curl = "0.4.13"
|
curl = "0.4.13"
|
||||||
env_logger = "0.5.4"
|
env_logger = "0.5.11"
|
||||||
failure = "0.1.2"
|
failure = "0.1.2"
|
||||||
filetime = "0.2"
|
filetime = "0.2"
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue