From ebcc5e97104116465651928005b1a5246e02ffd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 10:12:25 +0000 Subject: [PATCH] chore(deps): update rust crate log to 0.4.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52f7ccb2..5a977219 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ type_complexity = "allow" # Core dependencies zbus = "5.15.0" zvariant = "5.11.0" -log = "0.4.29" +log = "0.4.30" serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18" uuid = { version = "1.23.1", features = ["v4", "v5"] }