From 6b962aefb64216095fbef87a1d1efce8307c054d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 18:00:24 +0000 Subject: [PATCH] chore(deps): update rust crate zbus to 5.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a26fd4a..9a5e0cb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ type_complexity = "allow" [workspace.dependencies] # Core dependencies -zbus = "5.15.0" +zbus = "5.16.0" zvariant = "5.12.0" log = "0.4.30" serde = { version = "1.0.228", features = ["derive"] }