From 0c8ad457f2247e989ba806d4da1bd7f3488b3af9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 23:37:28 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd2adc4..9bfa483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ exclude = [ [dependencies] clap = { version = "4.3.1", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] } -log = "0.4.17" +log = "0.4.18" pretty_env_logger = "0.5.0" colored = "2.0.0" # no-panic = "0.1.16" -- 2.34.1