From 45c53c48d107b09c7219ef165de5fef1c06b323d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 18:14:15 +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 f36dcfc..da2ad50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["text-processing"] serde_json = "1.0.96" reqwest = { version = "0.12.4", features = ["json"] } serde = { version = "1.0.163", features = ["derive"] } -log = "0.4.17" +log = "0.4.27" zip = { version = "2.1.3", optional = true } mktemp = { version = "0.5.0", optional = true } rand = { version = "0.9.0", optional = true }