deps: Bump vm-memory to 0.7.0

Updating Cloud Hypervisor to rely on vm-memory version 0.7.0.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2021-12-21 10:21:37 +01:00
parent 8737ca4d45
commit 89af7dcb2b
22 changed files with 24 additions and 24 deletions

View file

@ -6,5 +6,5 @@ edition = "2018"
[dependencies]
libc = "0.2.112"
vm-memory = "0.6.0"
vm-memory = "0.7.0"
arch = { path = "../arch" }