Skip to content

Commit

Permalink
Update capstone requirement from 0.11.0 to 0.12.0 (#2170)
Browse files Browse the repository at this point in the history
Updates the requirements on [capstone](https://github.com/capstone-rust/capstone-rs) to permit the latest version.
- [Release notes](https://github.com/capstone-rust/capstone-rs/releases)
- [Changelog](https://github.com/capstone-rust/capstone-rs/blob/master/CHANGELOG.md)
- [Commits](capstone-rust/capstone-rs@capstone-v0.11.0...capstone-v0.12.0)

---
updated-dependencies:
- dependency-name: capstone
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Maier <[email protected]>
  • Loading branch information
dependabot[bot] and domenukk authored May 13, 2024
1 parent 9fa5f72 commit dce0761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_qemu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ strum_macros = "0.25"
syscall-numbers = "3.0"
meminterval = "0.4"
thread_local = "1.1.4"
capstone = "0.11.0"
capstone = "0.12.0"
rangemap = "1.3"
log = "0.4.20"
addr2line = "0.21"
Expand Down

0 comments on commit dce0761

Please sign in to comment.