qemu-display: bump zbus to 3.3

<3.2 had regressions
This commit is contained in:
Marc-André Lureau 2022-10-25 16:45:53 +04:00
parent e7b1548361
commit bb87cfc1fc

View File

@ -13,7 +13,7 @@ qmp = ["dep:qapi", "dep:base64"]
cfg-if = "1.0"
log = "0.4"
derivative = "2.2.0"
zbus = { version = "3.2", features = ["xml"] }
zbus = { version = "3.3", features = ["xml"] }
zvariant = { version = "3.0", features = ["serde_bytes"] }
libc = "0.2.86"
enumflags2 = { version = "0.7", features = ["serde"] }