From 463e8436c5574ff56cf00aaa7fd325ee73ee44ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:12:24 +0000 Subject: [PATCH] Update env_logger requirement from 0.10.0 to 0.11.2 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.2) --- 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 a714ed8..6602052 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bitstream-io = "1.3" criterion = "0.5.1" hex-literal = "0.2.1" hex-slice = "0.1.4" -env_logger = "0.10.0" +env_logger = "0.11.2" iai-callgrind = "0.10.2" [[bench]]