From 65831d4edf528ec1272f0eaf925e647e4e20c429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 05:09:32 +0000 Subject: [PATCH] chore(deps): update capstone requirement from 0.12 to 0.14 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](https://github.com/capstone-rust/capstone-rs/compare/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] --- bin-explorer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin-explorer/Cargo.toml b/bin-explorer/Cargo.toml index ac066fd..7d803d1 100644 --- a/bin-explorer/Cargo.toml +++ b/bin-explorer/Cargo.toml @@ -42,7 +42,7 @@ resq-tui = { path = "../resq-tui", version = "0.1" } regex = { workspace = true } toml = { workspace = true } crc32fast = "1.5" -capstone = "0.12" +capstone = "0.14" [dev-dependencies] tempfile = { workspace = true }