Bump capstone from 0.10.0 to 0.11.0 in /yjit (#9653)

Bumps [capstone](https://github.com/capstone-rust/capstone-rs) from 0.10.0 to 0.11.0.
- [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.10.0...capstone-v0.11.0)

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

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] 2024-01-22 14:44:00 -08:00 коммит произвёл GitHub
Родитель 28fc7fa852
Коммит a64e26c5d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 5 добавлений и 5 удалений

8
yjit/Cargo.lock сгенерированный
Просмотреть файл

@ -4,9 +4,9 @@ version = 3
[[package]]
name = "capstone"
version = "0.10.0"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66b5d1f14c3539b6ff22fcb602fea5f1c4416148c8b7965a2e74860aa169b7b5"
checksum = "1097e608594dad3bad608295567f757742b883606fe150faf7a9740b849730d8"
dependencies = [
"capstone-sys",
"libc",
@ -14,9 +14,9 @@ dependencies = [
[[package]]
name = "capstone-sys"
version = "0.14.0"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df653a22d0ad34b0d91cc92a6289d96e44aac1c9a96250a094c9aeec4a91084f"
checksum = "2e7f651d5ec4c2a2e6c508f2c8032655003cd728ec85663e9796616990e25b5a"
dependencies = [
"cc",
"libc",

Просмотреть файл

@ -15,7 +15,7 @@ crate-type = ["staticlib"]
[dependencies]
# No required dependencies to simplify build process. TODO: Link to yet to be
# written rationale. Optional For development and testing purposes
capstone = { version = "0.10.0", optional = true }
capstone = { version = "0.11.0", optional = true }
[features]
# NOTE: Development builds select a set of these via configure.ac