From f36c8a906b62c8bcce12e2db751cd656b24476a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 13:06:11 +0000 Subject: [PATCH] build(deps): update env_logger requirement in /tools/apps Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.6.0...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/apps/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/apps/Cargo.toml b/tools/apps/Cargo.toml index 9205197f70..60b17424f0 100644 --- a/tools/apps/Cargo.toml +++ b/tools/apps/Cargo.toml @@ -19,7 +19,7 @@ default = ["qlog"] [dependencies] docopt = "1" -env_logger = "0.6" +env_logger = "0.10" mio = "0.6" url = "1" log = "0.4"