From e2142991c6ada6e791d4d38f68c0033dff8c5aef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 02:10:56 +0000 Subject: [PATCH] chore(deps): update rust crate log to 0.4.33 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e004fb41..830800ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ type_complexity = "allow" # Core dependencies zbus = "5.16.0" zvariant = "5.12.0" -log = "0.4.32" +log = "0.4.33" serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18" uuid = { version = "1.23.3", features = ["v4", "v5"] }