From 32e0c9b3dd4d52c15b5ea32a48ef42fa298fd84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:34:29 +0000 Subject: [PATCH] Update env_logger requirement from 0.10.0 to 0.11.1 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.1) --- 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..270350b 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.1" criterion = "0.5.1" rand = "0.8.5"