From 52db5b4cbab3cef29e53d0fd857dd2263859d204 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Apr 2025 00:34:10 +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 41f1c30..245a2ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ edition = "2024" clap = {version = "4.5.35", features = ["derive", "env"]} actix-web = "4.10.2" env_logger = "0.11.8" -log = "0.4.22" +log = "0.4.27"