From 89779e8f43978e3d4f72d9a66107a60bc3443d10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 22:06:13 +0000 Subject: [PATCH] fix(deps): update rust crate zbus to 3.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87a9cfa86..a368f054e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ include = [ dbus = { version = "0.9", optional = true } lazy_static = { version = "1", optional = true } image = { version = "0.24", optional = true } -zbus = { version = "3.5", optional = true } +zbus = { version = "3.6", optional = true } serde = { version = "1", optional = true } [target.'cfg(target_os="macos")'.dependencies]