From 07b6e3410af9c9c1041b488d24a3bb2018845020 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 17:15:01 +0000 Subject: [PATCH] Update env_logger requirement from 0.6 to 0.7 Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Changelog](https://github.com/sebasmagri/env_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebasmagri/env_logger/compare/v0.6.0...v0.7.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92c6b24..d96fd05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [ [dependencies] log = "0.4" -env_logger = { version = "0.6", default-features = false, features = [ "termcolor", "atty", "humantime" ] } +env_logger = { version = "0.7", default-features = false, features = [ "termcolor", "atty", "humantime" ] } clap = "2.33" mio = { version = "0.6", default-features = false } ctrlc = { version = "3.1", features = ["termination"] }