From a370b3fc1ece9e20604b650eb8cac3a448456a76 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 10:09:34 +0000 Subject: [PATCH] build(deps): update env_logger requirement from 0.4.3 to 0.7.1 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.5.0-rc.1...v0.7.1) 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 c0e08c9..b19ac83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ doc = true [dependencies] futures = "0.1" reqwest = "0.9.5" -env_logger = "0.4.3" +env_logger = "0.7.1" log = "0.3" serde = "1.0" serde_json = "1.0"