From c3452d4c1fd0f5998386b32b975b0335a226391e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:22:32 +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 4410445..80c5910 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.7" clap = { version = "4.5.34", features = ["env", "derive"] } tokio = { version = "1.43.0", features = ["full"] }