From 3e98edbd73fb6d0d2ee3f2531475b356154b44a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:41:54 +0000 Subject: [PATCH] chore(deps): update rust crate log to 0.4.32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b93a34e..baadc1ef 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.31" +log = "0.4.32" serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18" uuid = { version = "1.23.2", features = ["v4", "v5"] }