From 4557f5aaddd785de7b7ecfe64fc209ec84ffdba1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:03:25 +0000 Subject: [PATCH] chore(deps): update rust crate zbus to 5.13.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea7ccfb0..0ab99c4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ type_complexity = "allow" [workspace.dependencies] # Core dependencies -zbus = "5.12.0" +zbus = "5.13.2" zvariant = "5.8.0" log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] }