From a9823e7a2e0b6b66e4e97adf6d02762edd63f136 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:00:17 +0000 Subject: [PATCH] fix(deps): update rust crate zbus to 3.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6df4f18..71aecd22 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.14", optional = true } serde = { version = "1", optional = true } log = "0.4" env_logger ={ version ="0.10", optional = true }