From f435e7e64122bdb4b0d42e1aff536efeb87fa550 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:54:06 +0000 Subject: [PATCH] chore(deps): update rust crate log to 0.4.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a5e0cb4..72845d8f 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.30" +log = "0.4.31" serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18" uuid = { version = "1.23.2", features = ["v4", "v5"] }