From 70494973003fa1a0b1c86c9d44d41486a62c8d65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:55:46 +0000 Subject: [PATCH] Update Rust crate log to 0.4.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4f122ec8a..ab81eadd81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ indicatif = "0.17.3" indoc = "2.0.4" itertools = "0.10.5" lazy_static = "1.4.0" -log = "0.4.17" +log = "0.4.20" mime = "0.3.16" nohash-hasher = "0.2.0" once_cell = "1.17.1"