From 8cfd330aae685a5e5e171232fb414575abf0fed9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 22:58:42 +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 0f29a6b..4cd3fdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -log = "0.4.26" +log = "0.4.27" env_logger = "0.11.6" clap = { version = "4.5.34", features = ["env", "derive"] } tokio = { version = "1.43.0", features = ["full"] }