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

@@ -13,6 +13,6 @@ edition = "2018"
test-utils = []
[dependencies]
vm-memory = "0.6.0"
vm-memory = "0.7.0"
vmm-sys-util = ">=0.8.0"
log = ">=0.4.6"