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
Generated
-1
View File
@@ -513,7 +513,6 @@ name = "hypervisor"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arc-swap",
"env_logger", "env_logger",
"iced-x86", "iced-x86",
"kvm-bindings", "kvm-bindings",
-1
View File
@@ -10,7 +10,6 @@ kvm = []
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
arc-swap = ">=1.0.0"
thiserror = "1.0" thiserror = "1.0"
libc = "0.2.80" libc = "0.2.80"
log = "0.4.11" log = "0.4.11"