diff --git a/.gitignore b/.gitignore index ec6251084..a19ef9ae7 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,6 @@ lib/generated_bridge.dart .ssh .devcontainer/.* # build cache in examples -examples/**/target/ \ No newline at end of file +examples/**/target/ +# === +vcpkg_installed \ No newline at end of file diff --git a/vdi/host/Cargo.toml b/vdi/host/Cargo.toml index 42b6fc83a..0584b4690 100644 --- a/vdi/host/Cargo.toml +++ b/vdi/host/Cargo.toml @@ -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"