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

View File

@@ -15,7 +15,7 @@ io_uring = ["virtio-devices/io_uring"]
[dependencies]
acpi_tables = { path = "../acpi_tables", optional = true }
anyhow = "1.0"
arc-swap = ">=0.4.4"
arc-swap = ">=1.0.0"
arch = { path = "../arch" }
bitflags = ">=1.2.1"
block_util = { path = "../block_util" }