build: Update arc-swap dependency to 1.0.0

Also bump the vm-memory version to one that depends on arc-swap 1.0.0
too.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-11-16 11:56:15 +00:00
committed by Samuel Ortiz
parent 46e736973e
commit c0827e01b1
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@@ -52,9 +52,9 @@ version = "0.1.0"
[[package]]
name = "arc-swap"
version = "0.4.7"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
checksum = "0688b520bcc7498f6ca8fa006e8031d353e3fd4f51bd4a50fb03cc4230b28bd2"
[[package]]
name = "arch"
@@ -1612,7 +1612,7 @@ dependencies = [
[[package]]
name = "vm-memory"
version = "0.3.0"
source = "git+https://github.com/cloud-hypervisor/vm-memory?branch=ch#6f2f7107f29a8f2b66b64a849aeace20783ec8f3"
source = "git+https://github.com/cloud-hypervisor/vm-memory?branch=ch#66f0c8422ae2f2994676becfe3e0d95ef90bf104"
dependencies = [
"arc-swap",
"libc",