From 2a9b76ba158a03f412e6f16beea7228e1290725b Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 24 Dec 2022 05:09:07 -0800 Subject: bump yaxpeax-x86 --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7628ce5..a36652e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,6 +38,12 @@ dependencies = [ ] [[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + +[[package]] name = "clap" version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -503,10 +509,11 @@ dependencies = [ [[package]] name = "yaxpeax-x86" -version = "1.1.3" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "725dc639f981b8e4c222e96d64f577e2ccb46e908c807418d29b66578f6b34ba" +checksum = "934a0186cc9f96af563264382d03946c95d8393e8e03f18cbbadd2efa8830b53" dependencies = [ + "cfg-if", "num-traits", "yaxpeax-arch", ] diff --git a/Cargo.toml b/Cargo.toml index c93fcac..f959be3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ yaxpeax-msp430 = { version = "0.1.0" } yaxpeax-lc87 = { version = "1.0.0" } yaxpeax-pic17 = { version = "0.1.0" } yaxpeax-pic18 = { version = "0.1.0" } -yaxpeax-x86 = { version = "1.1.3", default-features = false, features = ["fmt", "std"] } +yaxpeax-x86 = { version = "1.1.5", default-features = false, features = ["fmt", "std"] } yaxpeax-ia64 = { version = "0.2.1" } yaxpeax-superh = { version = "1.0.0" } yaxpeax-6502 = { version = "0.0.2", features = ["std"] } -- cgit v1.1