Update zbus to 5.0

This commit is contained in:
Val Packett 2026-02-27 05:29:35 -03:00
parent 52a0ccee0d
commit eedf1f889d
3 changed files with 52 additions and 44 deletions

View file

@ -9,6 +9,4 @@ members = [
[workspace.dependencies]
sidebus-common = { path = "sidebus-common" }
busd = { git = "https://github.com/valpackett/busd", branch = "val/msksqvsqqrxm", default-features = false }
zbus = { git = "https://github.com/dbus2/zbus", default-features = false, features = ["tokio", "tokio-vsock", "bus-impl", "p2p"] }
# zbus git to match busd git
zbus = { version = "5.0", default-features = false, features = ["tokio", "tokio-vsock", "bus-impl", "p2p"] }