From c179a51dbfe79d6fc0fc62f2c515f451cb8d75c9 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:11:13 +0000 Subject: [PATCH] Update Rust crate zbus to v4 Update zbus from 3.14.1 to 4.4.0 Change-type: patch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7d9daa..6485a32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ crate-type = [ "cdylib" ] once_cell = "1.18.0" [dependencies.zbus] -version = "3.14.1" +version = "4.0.0" default-features = false features = [ "tokio" ]