From bccc6ca202b89fc280fac531dbdd029b280b8e73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:56:42 +0000 Subject: [PATCH] Update Rust crate env_logger to v0.11.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2ea498..3022ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ yaml-rust = { version = "^0.4.5", optional = true } criterion = '= 0.5.1' clap = '= 4.4.7' regex = '= 1.10.2' -env_logger = '= 0.10.0' +env_logger = '= 0.11.2' log = '0.4' quickcheck = '1' quickcheck_macros = '1'