From f53e65648bcb7090258574262c15fd92b816a526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 20:07:52 +0000 Subject: [PATCH] Update env_logger requirement from 0.9.0 to 0.10.0 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01afb7c840..6e0345ce6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ pretty_assertions = "1.2.1" proptest = "1.0.0" criterion = "0.4" test-log = "0.2.10" -env_logger = "0.9.0" +env_logger = "0.10.0" pprof = { version = "0.11.0", features = ["flamegraph", "criterion"] } futures = "0.3.21"