From c7793fb6127a261b1cb5d5c8f1cafe3dc57d4147 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Mar 2025 00:34:59 +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 aa44b0f..45b7786 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -log = "0.4.21" +log = "0.4.27" env_logger = "0.11.7" anyhow = "1.0.97" serde = { version = "1.0.218", features = ["derive"] }