From dee721b462d8becdd17a5dbd65175a055c959227 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 6 Apr 2025 00:33:25 +0000 Subject: [PATCH] Update Rust crate log to 0.4.27 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2e464a..e4f8cda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ tar = "0.4.38" actix-web = "4.10.2" actix = "0.13.5" lazy_static = "1.5.0" -log = "0.4.17" +log = "0.4.27" env_logger = "0.11.8" actix-web-httpauth = "0.8.2" askama = "0.13.0"