aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-06-23 23:13:03 -0700
committeriximeow <me@iximeow.net>2024-06-23 23:25:46 -0700
commit238d65c98b2983f87c89f78a793ba7c56dcf7b01 (patch)
treeca2d08b8c60c6fbe635ca886f85e77ead5571078 /Cargo.toml
parent577b8e89849db33427e4be961997ad7af5e048f1 (diff)
update yaxpeax-arch to 0.3.1, fix fuzz target warnings
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ecc56be..907a70b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
-yaxpeax-arch = { version = "0.2.7", default-features = false, features = [] }
+yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] }
"num-traits" = { version = "0.2", default-features = false }
"serde" = { version = "1.0", optional = true }
"serde_json" = { version = "1.0", optional = true }