From c6795bf0e1d4f7c9c855d0ff2441f18c3dde1bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 15:14:14 +0000 Subject: [PATCH] Update env_logger requirement from 0.10.0 to 0.11.8 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.8) --- updated-dependencies: - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/easy-tun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/easy-tun/Cargo.toml b/libs/easy-tun/Cargo.toml index 24364ef..0dc2531 100644 --- a/libs/easy-tun/Cargo.toml +++ b/libs/easy-tun/Cargo.toml @@ -24,4 +24,4 @@ rtnetlink = "^0.13.0" profiling = "1.0.9" [dev-dependencies] -env_logger = "0.10.0" +env_logger = "0.11.8"