From 814b9a807c09c850c73559cab81a5740e44a9920 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 09:20:21 +0000 Subject: [PATCH] build(deps): update env_logger requirement from 0.7.1 to 0.9.0 Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.9.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 5d9f923..ab4cfda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ strong-xml = { version = "0.5.0", features = ["log"] } zip = "0.5.5" [dev-dependencies] -env_logger = "0.7.1" +env_logger = "0.9.0"