From a982a408b04b0522b9076d798a0d7fed7235b1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 10:04:51 +0000 Subject: [PATCH] Update env_logger requirement from 0.9 to 0.10 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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- process/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/Cargo.toml b/process/Cargo.toml index 6c20ef4..3599a02 100644 --- a/process/Cargo.toml +++ b/process/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0" tokio-async-std = "1.5" clap = {version = "3", features = ["derive"]} ctrlc = "3.1" -env_logger = "0.9" +env_logger = "0.10" gcloud = {path = "../gcloud"} log = "=0.4.17" plugin-host = {path = "../plugin-host"}