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:
parent
b8dc194926
commit
fc1ce25e8a
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ log = ">=0.4.6"
|
|||
vhost = { version = "0.2", features = ["vhost-user-slave"] }
|
||||
virtio-bindings = "0.1"
|
||||
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"
|
||||
|
||||
[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"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue