From c26e563b9bcabd4eddc9ae9978064440d96a9f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 16:27:05 +0000 Subject: [PATCH] build(deps): update env_logger requirement from 0.8.4 to 0.11.3 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.8.4...v0.11.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c391ab0..76202d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ openssl = { version = "0.10", features = ["vendored"] } uuid = "1.3.2" anyhow = "1.0.57" log = "0.4" -env_logger = "0.8.4" +env_logger = "0.11.3" proc-macro2 = "1.0.60" reqwest = "0.12.4" tokio = {version = "1.29.1", features = ["rt-multi-thread"] }