We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bd695 commit 83165e7Copy full SHA for 83165e7
main/Cargo.toml
@@ -10,8 +10,8 @@ license = "Apache-2.0 OR MIT"
10
edition = "2018"
11
12
[dependencies]
13
-capstone = "0.12.0"
14
-capstone-sys = "0.16.0"
+capstone = "0.13.0"
+capstone-sys = "0.17.0"
15
clap = { version = "4.5.4", features = ["cargo", "wrap_help"] }
16
env_logger = "0.11.3"
17
log = "0.4"
parser/Cargo.toml
@@ -10,10 +10,10 @@ edition = "2018"
fnv = "1.0"
-gimli = "0.31.0"
+gimli = "0.32.0"
memmap2 = "0.9.4"
-object = { version = "0.36.3", features = ["wasm"] }
+object = { version = "0.37.1", features = ["wasm"] }
18
[features]
19
default = []
0 commit comments