From 4f46e44ade43b2126f79cdc03cec414545ff94f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:22:28 +0000 Subject: [PATCH] Update env_logger requirement from 0.10.0 to 0.11.3 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] --- 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 bd756ea..5c2ec09 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.3"