build: Bump zbus from 4.1.2 to 4.4.0

Bumps [zbus](https://github.com/dbus2/zbus) from 4.1.2 to 4.4.0.
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](https://github.com/dbus2/zbus/compare/zbus-4.1.2...zbus-4.4.0)

---
updated-dependencies:
- dependency-name: zbus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-01 23:26:53 +00:00
committed by Rob Bradford
parent d242ec6879
commit fbb21038cb
3 changed files with 42 additions and 77 deletions

View File

@@ -83,5 +83,5 @@ vm-memory = { workspace = true, features = [
vm-migration = { path = "../vm-migration" }
vm-virtio = { path = "../vm-virtio" }
vmm-sys-util = { workspace = true, features = ["with-serde"] }
zbus = { version = "4.1.2", optional = true }
zbus = { version = "4.4.0", optional = true }
zerocopy = { version = "0.7.35", features = ["alloc", "derive"] }