From c4ec8d9c55b232ef0cd43b4f6cf5375f49b4b9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:57:31 +0000 Subject: [PATCH] Update env_logger requirement from 0.10.0 to 0.11.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.10.0...v0.11.0) --- 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..4603198 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.0" criterion = "0.5.1" rand = "0.8.5"