Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump capstone from 0.12.0 to 0.13.0 #372

Merged
merged 1 commit into from
Feb 10, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps capstone from 0.12.0 to 0.13.0.

Changelog

Sourced from capstone's changelog.

[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
Commits
  • 478d765 rs: bump version to 0.13.0
  • 3aafb68 sys: bump version to 0.17.0
  • c6f122f rs, sys: update changelogs
  • 0282aa5 Fix segfault in cs_option() on s390x
  • ede05bb Fix clippy warnings
  • 62c7ec5 Fix clippy warnings
  • aa92eb6 Improve access field doc comment
  • 80ffbfa Make RegAccessType available for arm.
  • 4265854 Added test_arch_systemz_detail(), pr fixes.
  • 0a35806 Implemented details for sysz
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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.12.0 to 0.13.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.12.0...capstone-v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2025
@pacak pacak merged commit 272fe1d into master Feb 10, 2025
6 checks passed
@pacak pacak deleted the dependabot/cargo/capstone-0.13.0 branch February 10, 2025 20:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant