From 70ca45eea39714a9555fd71ba53a9e7c85742958 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Apr 2025 00:34:01 +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 d53c581..6dde8fb 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.4.0" -log = "0.4.17" +log = "0.4.27" env_logger = "0.11.7" actix-web-httpauth = "0.8.2" askama = "0.13.0"