From 23811a84b0f609ac11ff36b299b4ad7d56f9cb21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:56:07 +0000 Subject: [PATCH] fix(deps): update rust crate zbus to 3.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac7088dd..48d2e6c0 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.10", optional = true } +zbus = { version = "3.15", optional = true } serde = { version = "1", optional = true } log = "0.4" env_logger ={ version ="0.10", optional = true }