Skip to content

Commit 0573bbb

Browse files
Update capstone requirement from 0.12.0 to 0.13.0 (#2930)
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.12.0...capstone-v0.13.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>
1 parent 7b5b7d9 commit 0573bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl_qemu/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ strum_macros = "0.26.4"
116116
syscall-numbers = "4.0.0"
117117
meminterval = { workspace = true }
118118
thread_local = "1.1.8"
119-
capstone = "0.12.0"
119+
capstone = "0.13.0"
120120
rangemap = { workspace = true }
121121
log = { workspace = true }
122122
object = "0.36.4"

0 commit comments

Comments
 (0)