From 7ed191f7a9e205f12f2564454e17783bf0773c4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 05:11:10 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.19 (#982) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8197145..18db205 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ colored = "2.0.0" zip = "0.6.3" tempfile = "3.6.0" indoc = "1.0.8" -log = "0.4.17" +log = "0.4.19" env_logger = "0.10.0" atty = "0.2.14" encoding_rs_io = "0.1.7"