From 17b291eba748b84035884c31b4fd9bfb0e26fccb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Apr 2025 02:05:09 +0000 Subject: [PATCH] Update Rust crate env_logger to 0.11.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f61ef38..798f4ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] log = "0.4.25" -env_logger = "0.11.6" +env_logger = "0.11.7" clap = { version = "4.5.34", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.97"