zbus: stick to 3.3, until !596 is fixed

This commit is contained in:
Marc-André Lureau 2022-11-15 14:33:07 +04:00
parent 7708016f72
commit d78a324502
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.3", 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.0" }
zbus = { version = "~3.3" }
qemu-display = { path = "../qemu-display" }
keycodemap = { path = "../keycodemap" }
rdw = { package = "rdw4", version = "0.1", features = ["bindings"] }