Skip to content

Commit

Permalink
cstool: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tmfink committed Apr 15, 2024
1 parent 8ec13a1 commit 6194f07
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 81 deletions.
68 changes: 58 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cstool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ edition = "2018"
[dependencies]
capstone = { path = "../capstone-rs", version = "0.12.0" }
log = "0.4"
stderrlog = "0.5"
stderrlog = "0.6"

[dependencies.clap]
version = "2.32"
version = "4.4.*"
default-features = false
features = []
features = ["error-context", "help", "std", "string", "usage"]

[features]
default = ["full"]
Expand Down
Loading

0 comments on commit 6194f07

Please sign in to comment.