From da1764dfd1da683788788cc9e64e704095400179 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 25 Feb 2017 22:56:17 +0100 Subject: [PATCH] update env_logger to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 308edc16..82efb047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ path = "tests/tests.rs" atty = "0.2.2" bytecount = "0.1.4" clap = "2.19.0" -env_logger = { version = "0.3", default-features = false } +env_logger = { version = "0.4", default-features = false } grep = { version = "0.1.5", path = "grep" } ignore = { version = "0.1.7", path = "ignore" } lazy_static = "0.2"