tree-wide: drop unneeded dependencies

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2022-07-22 18:22:40 +00:00
committed by Liu Wei
parent e885c35a54
commit 2afd0e626a
8 changed files with 0 additions and 16 deletions
-1
View File
@@ -14,7 +14,6 @@ anyhow = "1.0.58"
hypervisor = { path = "../hypervisor" }
thiserror = "1.0.31"
serde = { version = "1.0.140", features = ["rc", "derive"] }
serde_json = "1.0.82"
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }
vm-memory = { version = "0.8.0", features = ["backend-mmap"] }
vmm-sys-util = "0.10.0"