From a95da033585a0544bda31f3c2da54ff9b5cdc08c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 03:04:58 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a37183..b8b15fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,5 @@ exclude = ["images/*"] clap = { version = "4.3.2", features = ["derive"] } colored = "2.0.0" image = "0.24.6" -log = "0.4.18" +log = "0.4.19" pretty_env_logger = "0.5.0"