From 267216e5bf4b5bc1cf6001dbe8f3909c17bdebbe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 00:38:16 +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 0869251..ca63a6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] clap = { version = "4.5.35", features = ["derive"] } -log = "0.4.22" +log = "0.4.27" env_logger = "0.11.5" reqwest = "0.12.5" tokio = { version = "1", features = ["full"] }