diff --git a/Cargo.lock b/Cargo.lock index caa67eb5e..1cd06e1d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,9 +855,9 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "remain" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ba1e78fa68412cb93ef642fd4d20b9a941be49ee9333875ebaf13112673ea7" +checksum = "0c35270ea384ac1762895831cc8acb96f171468e52cec82ed9186f9416209fa4" dependencies = [ "proc-macro2", "quote", diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml index c3fe392a4..23fd41427 100644 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -12,5 +12,5 @@ path = "src/qcow.rs" byteorder = "1.4.3" libc = "0.2.124" log = "0.4.16" -remain = "0.2.2" +remain = "0.2.3" vmm-sys-util = "0.9.0" diff --git a/vhdx/Cargo.toml b/vhdx/Cargo.toml index 23db8071b..d6ae3ba65 100644 --- a/vhdx/Cargo.toml +++ b/vhdx/Cargo.toml @@ -10,7 +10,7 @@ byteorder = "1.4.3" crc32c = "0.6.3" libc = "0.2.124" log = "0.4.16" -remain = "0.2.2" +remain = "0.2.3" thiserror = "1.0" uuid = { version = "1.0.0", features = ["v4"] } vmm-sys-util = ">=0.3.1" \ No newline at end of file