fix: update version of zbus to build system (#6845)

This commit is contained in:
Moaz bin Mokhtar
2024-01-10 03:27:36 +02:00
committed by GitHub
Unverified
parent 352de75fdd
commit 2c8a60e0ea
2 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ edition = "2021"
qemu-display = { git = "https://github.com/rustdesk/qemu-display" }
hbb_common = { path = "../../libs/hbb_common" }
clap = { version = "4.1", features = ["derive"] }
zbus = { version = "3.0" }
zbus = { version = "3.14.1" }
image = "0.24"
async-trait = "0.1"