From ee118152fffbca7a798b0fb1b25e8b22cd551169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 06:15:07 +0000 Subject: [PATCH] build: bump iced-x86 from 1.11.3 to 1.12.0 Bumps [iced-x86](https://github.com/icedland/iced) from 1.11.3 to 1.12.0. - [Release notes](https://github.com/icedland/iced/releases) - [Commits](https://github.com/icedland/iced/compare/v1.11.3...v1.12.0) --- updated-dependencies: - dependency-name: iced-x86 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hypervisor/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ab5d2cd4..2c23a7fbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,9 +392,9 @@ dependencies = [ [[package]] name = "iced-x86" -version = "1.11.3" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d907dfc273d9ed0da940e8145ceb77759056a1fb2110b44b83d1b203cddb906" +checksum = "1ec039d142a47291ec551db1f67f689b599cc4b6d2b8cd6f430062ba46b2eb12" dependencies = [ "lazy_static", "static_assertions", diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index b92fc8ffa..04d1a3eb1 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.11" +version = "1.12" default-features = false features = ["std", "decoder", "op_code_info", "instr_info", "fast_fmt"]