From d0e1cb7ef6304192fdab979740fea71e61d86836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:58:52 +0000 Subject: [PATCH] build(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.3) --- 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 1597b98..8c53bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1", features = ["derive"] } postcard = { version = "1", features = ["alloc"] } clap = { version = "4", features = ["cargo"] } log = "0.4.*" -env_logger = "0.10" +env_logger = "0.11" bird_tool_utils = "0.4" # { git = "https://github.com/wwood/bird_tool_utils" } # bird_tool_utils = { path = "../bird_tool_utils" }