From 29fe868282c5379926f9b7d72052eee712e98268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:29:21 +0000 Subject: [PATCH] Update env_logger requirement from 0.10.0 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.10.0...v0.11.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aud/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aud/lib/Cargo.toml b/aud/lib/Cargo.toml index f074d55..716443e 100644 --- a/aud/lib/Cargo.toml +++ b/aud/lib/Cargo.toml @@ -32,7 +32,7 @@ crc32fast = "1.3.2" [dev-dependencies] fern = { workspace = true } test-log = "0.2.12" -env_logger = "0.10.0" +env_logger = "0.11.3" criterion = "0.5.1" rand = "0.8.5"