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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-05 15:25:57 +01:00 committed by GitHub
parent 7b5b7d9ae4
commit 0573bbb159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@ strum_macros = "0.26.4"
syscall-numbers = "4.0.0" syscall-numbers = "4.0.0"
meminterval = { workspace = true } meminterval = { workspace = true }
thread_local = "1.1.8" thread_local = "1.1.8"
capstone = "0.12.0" capstone = "0.13.0"
rangemap = { workspace = true } rangemap = { workspace = true }
log = { workspace = true } log = { workspace = true }
object = "0.36.4" object = "0.36.4"