diff --git a/Cargo.lock b/Cargo.lock index cd26ec131..076b41aa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "1.3.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2da1976d75adbe5fbc88130ecd119529cf1cc6a93ae1546d8696ee66f0d21af1" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "block_util" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index bdedf63c5..09c4b972c 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" acpi_tables = { path = "../acpi_tables", optional = true } anyhow = "1.0.42" arch = { path = "../arch" } -bitflags = "1.3.1" +bitflags = "1.3.2" byteorder = "1.4.3" epoll = "4.3.1" libc = "0.2.99" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index fe828f464..615d9190d 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -19,7 +19,7 @@ acpi_tables = { path = "../acpi_tables", optional = true } anyhow = "1.0.42" arc-swap = "1.3.0" arch = { path = "../arch" } -bitflags = "1.3.1" +bitflags = "1.3.2" block_util = { path = "../block_util" } clap = "2.33.3" devices = { path = "../devices" }