From d744ce10ef3c8c1457152dd66776dc88df54fd5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 23:14:18 +0000 Subject: [PATCH] build: bump iced-x86 from 1.16.0 to 1.17.0 Bumps [iced-x86](https://github.com/icedland/iced) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/icedland/iced/releases) - [Commits](https://github.com/icedland/iced/compare/v1.16.0...v1.17.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 512517c63..ce7c6b778 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,9 +362,9 @@ dependencies = [ [[package]] name = "iced-x86" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0909b90ac9fb561b496133348f34719bd63aaeac03d8fafaeef13752721a7ad9" +checksum = "158f5204401d08f91d19176112146d75e99b3cf745092e268fa7be33e09adcec" dependencies = [ "lazy_static", "static_assertions", diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 167eabb00..ed0fdd503 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.16.0" +version = "1.17.0" default-features = false features = ["std", "decoder", "op_code_info", "instr_info", "fast_fmt"]