From 09110a4546e21f897cd9bfce7750ef4926ab062a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 00:34:13 +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 092e789..2f201db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -log = "0.4.22" +log = "0.4.27" env_logger = "0.11.5" actix-web = "4.10.2" rand = "0.9.0-alpha.2"