From fca4bb3a2229797a4022b8c74f0a139090b660b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 07:00:15 +0000 Subject: [PATCH] Update Rust crate env_logger to 0.11.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f34e66..8b2c9a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] anyhow = "1.0.89" clap = { version = "4.5.18", features = ["derive", "env"] } -env_logger = "0.10.2" +env_logger = "0.11.6" fs_extra = "1.3.0" hex = { version = "0.4.3", features = ["serde"] } log = "0.4.22"