aboutsummaryrefslogtreecommitdiffstats
path: root/yjit
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-25 19:02:00 -0800
committerGitHub <noreply@github.com>2024-02-25 19:02:00 -0800
commit616b414621025f50ac070b5892264f702fa4e083 (patch)
tree51874acee5080f2027a58b2f0e5e3351f03b226d /yjit
parentf23d5028059078a346efc977287b669d494a5a3f (diff)
downloadruby-616b414621025f50ac070b5892264f702fa4e083.tar.gz
Bump capstone from 0.11.0 to 0.12.0 in /yjit (#10094)
Bumps [capstone](https://github.com/capstone-rust/capstone-rs) from 0.11.0 to 0.12.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.11.0...capstone-v0.12.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>
Diffstat (limited to 'yjit')
-rw-r--r--yjit/Cargo.lock8
-rw-r--r--yjit/Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/yjit/Cargo.lock b/yjit/Cargo.lock
index efcac30676..5245a61aff 100644
--- a/yjit/Cargo.lock
+++ b/yjit/Cargo.lock
@@ -4,9 +4,9 @@ version = 3
[[package]]
name = "capstone"
-version = "0.11.0"
+version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1097e608594dad3bad608295567f757742b883606fe150faf7a9740b849730d8"
+checksum = "b08ca438d9585a2b216b0c2e88ea51e096286c5f197f7be2526bb515ef775b6c"
dependencies = [
"capstone-sys",
"libc",
@@ -14,9 +14,9 @@ dependencies = [
[[package]]
name = "capstone-sys"
-version = "0.15.0"
+version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2e7f651d5ec4c2a2e6c508f2c8032655003cd728ec85663e9796616990e25b5a"
+checksum = "fe7183271711ffb7c63a6480e4baf480e0140da59eeba9b18fcc8bf3478950e3"
dependencies = [
"cc",
"libc",
diff --git a/yjit/Cargo.toml b/yjit/Cargo.toml
index f1a80b9c8c..0b2e286cc9 100644
--- a/yjit/Cargo.toml
+++ b/yjit/Cargo.toml
@@ -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.11.0", optional = true }
+capstone = { version = "0.12.0", optional = true }
[features]
# NOTE: Development builds select a set of these via configure.ac