From 682b29525738acd8c3d1228940acf401c4ad923f Mon Sep 17 00:00:00 2001 From: Eh2406 Date: Mon, 17 Sep 2018 17:58:38 -0400 Subject: [PATCH] bump env_logger to a more minimal-versions compatible one --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59b7427b8b2..394e8070d6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ crates-io = { path = "src/crates-io", version = "0.18" } crossbeam-utils = "0.5" crypto-hash = "0.3.1" curl = "0.4.13" -env_logger = "0.5.4" +env_logger = "0.5.11" failure = "0.1.2" filetime = "0.2" flate2 = "1.0"