From 468fa0bcc0d037ce99f1bfbfe203296c711fb047 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:27:19 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.29 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4949d09..51ba965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ env_logger = "0.11.8" google-gmail1 = "7.0.0" hyper-rustls = { version = "0.27", features = ["http1"] } lazy-regex = "3.4.2" -log = "0.4.28" +log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" thiserror = "2.0.17"