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
parent 352de75fdd
commit 2c8a60e0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -50,3 +50,5 @@ lib/generated_bridge.dart
.devcontainer/.*
# build cache in examples
examples/**/target/
# ===
vcpkg_installed

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"