Skip to content

Bump capstone from 0.13.0 to 0.14.0 in /yjit#44

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/yjit/capstone-0.14.0
Closed

Bump capstone from 0.13.0 to 0.14.0 in /yjit#44
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/yjit/capstone-0.14.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps capstone from 0.13.0 to 0.14.0.

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
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 compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [capstone](https://github.com/capstone-rust/capstone-rs) from 0.13.0 to 0.14.0.
- [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.13.0...capstone-v0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 5, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2026

Superseded by #53.

@dependabot dependabot bot closed this Feb 6, 2026
@dependabot dependabot bot deleted the dependabot/cargo/yjit/capstone-0.14.0 branch February 6, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants