hypervisor: Bump iced-x86 to 1.10.0

And fix related warnings: op_kind and op_register are being deprecated
as they might panic.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Samuel Ortiz
2020-12-14 11:46:40 +01:00
committed by Rob Bradford
parent 3ee56112cb
commit 21dcac7721
3 changed files with 20 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ git = "https://github.com/rust-vmm/linux-loader"
features = ["elf", "bzimage"]
[target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86]
version = "1.9.1"
version = "1.10"
default-features = false
features = ["std", "decoder", "op_code_info", "instr_info", "fast_fmt"]