From d2fa5ea8543340db663365dd4988c46d7a670aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:37:14 +0000 Subject: [PATCH] chore(deps): Update env_logger requirement from 0.10 to 0.11 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.10.0...v0.11.0) --- 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 38e8354f..a06836e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ tokio = { version = "1", optional = true } aws-sigv4 = "0.56" criterion = { version = "0.5", features = ["async_tokio", "html_reports"] } dotenv = "0.15" -env_logger = "0.10" +env_logger = "0.11" once_cell = "1" pretty_assertions = "1.3" reqwest = { version = "0.11", features = ["blocking", "json"] }