build: Bump vm-memory from 0.11.0 to 0.12.0 in /fuzz

Bumps [vm-memory](https://github.com/rust-vmm/vm-memory) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/vm-memory/commits)

---
updated-dependencies:
- dependency-name: vm-memory
  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]
2023-06-30 23:50:34 +00:00
committed by Rob Bradford
parent 0ff6cdf5eb
commit efb579b224
2 changed files with 31 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ virtio-devices = { path = "../virtio-devices" }
virtio-queue = "0.8.0"
vmm = { path = "../vmm" }
vmm-sys-util = "0.11.1"
vm-memory = "0.11.0"
vm-memory = "0.12.0"
vm-device = { path = "../vm-device" }
vm-virtio = { path = "../vm-virtio" }