From 7c9e2692da048ca7ba9fcead63479ca1248cdd83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 01:57:19 +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 97db0c86b..b1894de83 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]