From 890754f051112c5d912b7522b0039ffed8ad2c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:24:00 +0000 Subject: [PATCH] Bump yaxpeax-arm from 0.3.1 to 0.4.0 Bumps yaxpeax-arm from 0.3.1 to 0.4.0. --- updated-dependencies: - dependency-name: yaxpeax-arm dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- samply-api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60da97b2..c467db14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3498,9 +3498,9 @@ dependencies = [ [[package]] name = "yaxpeax-arm" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1db82aac85bc577d19b6255bf54ad97241c436eeb997ba159f399adacc5fb69e" +checksum = "d8aa9155f0d727d10e91e5a94f68f415ec24c7a5faab4eac2386a1069e4a02d7" dependencies = [ "bitvec", "yaxpeax-arch", diff --git a/samply-api/Cargo.toml b/samply-api/Cargo.toml index 09ab79c3..45942763 100644 --- a/samply-api/Cargo.toml +++ b/samply-api/Cargo.toml @@ -22,7 +22,7 @@ serde_derive = "1.0.188" serde_json = "1" yaxpeax-arch = { version = "0.3", default-features = false } yaxpeax-x86 = { version = "2", default-features = false, features = ["std", "fmt"] } -yaxpeax-arm = { version = "0.3", default-features = false, features = ["std"] } +yaxpeax-arm = { version = "0.4", default-features = false, features = ["std"] } [dev-dependencies] memmap2 = "0.9.4"