diff --git a/Cargo.lock b/Cargo.lock index bbf403f25..9dea0b002 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -898,9 +898,9 @@ dependencies = [ [[package]] name = "iced-x86" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7cc8d38244d84278262c8ebe6930cc44283d194cbabae2651f6112103802fb5" +checksum = "cdd366a53278429c028367e0ba22a46cab6d565a57afb959f06e92c7a69e7828" dependencies = [ "lazy_static", ] diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 2efb7e510..bdc4acd14 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -29,7 +29,7 @@ vmm-sys-util = { version = "0.11.0", features = ["with-serde"] } [target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86] optional = true -version = "1.19.0" +version = "1.20.0" default-features = false features = ["std", "decoder", "op_code_info", "instr_info", "fast_fmt"]