Skip to content

chore(deps): update capstone requirement from 0.12 to 0.14#8

Merged
WomB0ComB0 merged 1 commit intomasterfrom
dependabot/cargo/capstone-0.14
Mar 15, 2026
Merged

chore(deps): update capstone requirement from 0.12 to 0.14#8
WomB0ComB0 merged 1 commit intomasterfrom
dependabot/cargo/capstone-0.14

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Updates the requirements on capstone to permit the latest version.

Changelog

Sourced from capstone's changelog.

[0.14.0] - 2026-01-04

Added

  • TriCore arch support
  • MOS65XX arch support
  • SH arch support
  • Arch-specific features to toggle arch support
  • Expose X86 instruction encoding info via X86InsnDetail::encoding()
  • Make RegAccessType available for ARM64
  • Expose CS_OPT_UNSIGNED via Capstone::set_unsigned
  • Expose CS_OPT_MNEMONIC via Capstone::set_mnemonic
  • Expose cs_disasm_iter via Capstone::disasm_iter
  • Add check_only feature to speed up cargo check by building without native code

Changed

  • Rename RegAccessType to AccessType while keeping type alias
  • InsnDetail::regs_read()/InsnDetail::regs_write() return more of the accessed registers
  • Bump bundled capstone to 5.0.6
  • Bump minimum Rust version to 1.81.0

Fixed

  • impl Display for Insn<'_> now avoids to print trailing space
  • Avoids using allocator when building for no_std
  • Build in Bazel sandbox

[0.13.0] - 2025-02-04

Added

  • BPF arch support
  • Detail support for SystemZ
  • Make RegAccessType available for ARM

Changed

  • Bump minimum Rust version to 1.70.0

Fixed

  • Build on Windows platforms when using bindgen feature
  • Segfault when running on s390x (AKA SystemZ)

Removed

  • From<u32> for RegId impl

[0.12.0] - 2024-02-25

Added

  • full feature (enabled by default) which disables [diet mode] for the Capstone C library

Changed

  • Bump minimum Rust version to 1.60.0
  • Arm64OperandType::Sys contains Arm64SysOp instead of u32

[0.11.0] - 2022-05-01

... (truncated)

Commits
  • 32cb913 Bump crates: rs 0.14.0, sys 0.18.0, cstool 0.2.0
  • ab6cf6b rs: update changelog
  • 4ed86fb capstone-rs: Remove runtime depdendency on libc
  • 2ad7b9c capstone-sys: Remove runtime dependency on libc
  • 0f028d7 rs: apply cargo clippy
  • 11fd350 rs: bump MSRV to 1.81.0
  • 86cc801 Replace std::error::Error with core::error::Error
  • 85534a9 rs: fix documentation, check_only feature is disabled by default
  • e2e4cdd rs, sys: document check_only feature
  • abcdab0 Revert "rs, sys: rename and invert check_only feature to build"
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@WomB0ComB0 WomB0ComB0 merged commit 07adeb4 into master Mar 15, 2026
9 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/capstone-0.14 branch March 15, 2026 05:22
@github-actions github-actions bot mentioned this pull request Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant