diff --git a/Cargo.lock b/Cargo.lock index 23fcd6672..f55634312 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,9 +338,9 @@ dependencies = [ [[package]] name = "iced-x86" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46e977036f7f5139d580c7f19ad62df9cb8ebd8410bb569e73585226be80a86f" +checksum = "0909b90ac9fb561b496133348f34719bd63aaeac03d8fafaeef13752721a7ad9" dependencies = [ "lazy_static", "static_assertions", diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 625bb0ea7..35ddc1943 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -27,7 +27,7 @@ vm-memory = { version = "0.7.0", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = { version = "0.9.0", features = ["with-serde"] } [target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86] -version = "1.15.0" +version = "1.16.0" default-features = false features = ["std", "decoder", "op_code_info", "instr_info", "fast_fmt"]