Update vm-memory requirement from 0.6 to 0.7

Updates the requirements on [vm-memory](https://github.com/rust-vmm/vm-memory) to permit the latest version.
- [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/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: vm-memory
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-25 01:37:29 +00:00 committed by Andreea Florescu
parent b8dc194926
commit fc1ce25e8a

View file

@ -13,8 +13,8 @@ log = ">=0.4.6"
vhost = { version = "0.2", features = ["vhost-user-slave"] } vhost = { version = "0.2", features = ["vhost-user-slave"] }
virtio-bindings = "0.1" virtio-bindings = "0.1"
virtio-queue = { git = "https://github.com/rust-vmm/vm-virtio", rev = "6013dd9" } virtio-queue = { git = "https://github.com/rust-vmm/vm-virtio", rev = "6013dd9" }
vm-memory = {version = "0.6", features = ["backend-mmap", "backend-atomic"]} vm-memory = {version = "0.7", features = ["backend-mmap", "backend-atomic"]}
vmm-sys-util = "0.9" vmm-sys-util = "0.9"
[dev-dependencies] [dev-dependencies]
vm-memory = {version = "0.6", features = ["backend-mmap", "backend-atomic", "backend-bitmap"]} vm-memory = {version = "0.7", features = ["backend-mmap", "backend-atomic", "backend-bitmap"]}