diff --git a/Cargo.lock b/Cargo.lock index 4c166c384..5bba4da88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,9 +399,9 @@ dependencies = [ [[package]] name = "iced-x86" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec039d142a47291ec551db1f67f689b599cc4b6d2b8cd6f430062ba46b2eb12" +checksum = "94ef7eabb0e712d4f12aea976b2deb876739dc70fd787df3876c75c9b7bcf0be" dependencies = [ "lazy_static", "static_assertions", diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 32dfd0e4d..afd77d3e6 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -27,7 +27,7 @@ vm-memory = { version = "0.5.0", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = { version = ">=0.5.0", features = ["with-serde"] } [target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86] -version = "1.12" +version = "1.13" default-features = false features = ["std", "decoder", "op_code_info", "instr_info", "fast_fmt"]