From 5bf61dfdf1183dbdf20b056e920b3ce6d3f3f6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:15:34 +0000 Subject: [PATCH] Bump env_logger from 0.11.5 to 0.11.6 Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.5 to 0.11.6. - [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.11.5...v0.11.6) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9947c68..69897fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,9 +196,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" +checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 997cfd5..07c0758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ ipnet = { version = "2.10.1", optional = true } tokio = { version = "1.42.0", features = ["macros", "rt", "rt-multi-thread"] } notify = "7.0.0" once_cell = "1.20.2" -env_logger = "0.11.5" +env_logger = "0.11.6" backtrace = { version = "0.3.74", optional = true, features = ["std"] } [features]