From be9cf087863aee8f2c18a48216e3fe394f73abd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:11:04 +0000 Subject: [PATCH] chore(deps): update env_logger requirement from 0.10 to 0.11 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e7fdcd7a..19488798b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rust-embed = { version = "8.0.0", optional = true, features = ["include-exclude" heck = { version = "0.4", optional = true } [dev-dependencies] -env_logger = "0.10" +env_logger = "0.11" serde_derive = "1.0.75" tempfile = "3.0.0" criterion = "0.5"