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

4
Cargo.lock generated
View File

@@ -437,9 +437,9 @@ dependencies = [
[[package]]
name = "iced-x86"
version = "1.9.1"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248ce8ff0784d2b15f3c3d8b01f529be0e18aa693a2ba7415df76857967c8fc3"
checksum = "b0be3ac4fec5cdbfd39a653e9145789e7a989359874da3cf2f18611468937767"
dependencies = [
"lazy_static",
"rustc_version",