Bump zbus to 3.11

This commit is contained in:
Marc-André Lureau 2023-03-27 17:42:19 +04:00
parent a742cee632
commit 47c27c9ce9
2 changed files with 2 additions and 2 deletions

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.3", features = ["xml"] }
zbus = { version = "3.11", features = ["xml"] }
zvariant = { version = "3.0", features = ["serde_bytes"] }
libc = "0.2.86"
enumflags2 = { version = "0.7", features = ["serde"] }

View File

@ -12,7 +12,7 @@ qmp = ["qemu-display/qmp"]
log = "0.4"
pretty_env_logger = "0.4"
once_cell = "1.5"
zbus = { version = "~3.3" }
zbus = { version = "3.11" }
qemu-display = { path = "../qemu-display" }
keycodemap = { path = "../keycodemap" }
rdw = { package = "rdw4", version = "0.1", features = ["bindings"] }