hypervisor: drop arc-swap dependency

It is no longer needed after 0fec32658.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu 2020-11-30 15:20:18 +00:00 committed by LIU Wei
parent f6892f2ede
commit ba71390d6a
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -513,7 +513,6 @@ name = "hypervisor"
version = "0.1.0"
dependencies = [
"anyhow",
"arc-swap",
"env_logger",
"iced-x86",
"kvm-bindings",

View File

@ -10,7 +10,6 @@ kvm = []
[dependencies]
anyhow = "1.0"
arc-swap = ">=1.0.0"
thiserror = "1.0"
libc = "0.2.80"
log = "0.4.11"