From 0573bbb159f01ecc574ae5e034cc66cd47c6abdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:25:57 +0100 Subject: [PATCH] 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](https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.12.0...capstone-v0.13.0) --- updated-dependencies: - dependency-name: capstone dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libafl_qemu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_qemu/Cargo.toml b/libafl_qemu/Cargo.toml index 064dc5e27a..cd343be19f 100644 --- a/libafl_qemu/Cargo.toml +++ b/libafl_qemu/Cargo.toml @@ -116,7 +116,7 @@ strum_macros = "0.26.4" syscall-numbers = "4.0.0" meminterval = { workspace = true } thread_local = "1.1.8" -capstone = "0.12.0" +capstone = "0.13.0" rangemap = { workspace = true } log = { workspace = true } object = "0.36.4"