aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2022-12-24 05:09:07 -0800
committeriximeow <me@iximeow.net>2022-12-24 05:09:07 -0800
commit2a9b76ba158a03f412e6f16beea7228e1290725b (patch)
treefff97e03b1a8080e8056b3f9e6f073ac77fc88ca
parentcb199ddb96760c7b61e31a7c2fd4b040f4eb243a (diff)
bump yaxpeax-x86
-rw-r--r--Cargo.lock11
-rw-r--r--Cargo.toml2
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"] }