From 4c2238c3a62ff1f9b69d82e1a0bfba22d340ad8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:33:31 +0000 Subject: [PATCH] rust: bump rangemap from 1.6.0 to 1.7.0 Bumps [rangemap](https://github.com/jeffparsons/rangemap) from 1.6.0 to 1.7.0. - [Changelog](https://github.com/jeffparsons/rangemap/blob/main/CHANGELOG.md) - [Commits](https://github.com/jeffparsons/rangemap/commits) --- updated-dependencies: - dependency-name: rangemap dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- native/angr/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab813ad27..e24d23fbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -755,9 +755,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rangemap" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93e7e49bb0bf967717f7bd674458b3d6b0c5f48ec7e3038166026a69fc22223" +checksum = "acbbbbea733ec66275512d0b9694f34102e7d5406fdbe2ad8d21b28dce92887c" [[package]] name = "regalloc2" diff --git a/native/angr/Cargo.toml b/native/angr/Cargo.toml index e4efe02b7..fbcfa107f 100644 --- a/native/angr/Cargo.toml +++ b/native/angr/Cargo.toml @@ -12,6 +12,6 @@ icicle-fuzzing = { git = "https://github.com/icicle-emu/icicle-emu.git", rev = " icicle-vm = { git = "https://github.com/icicle-emu/icicle-emu.git", rev = "4d7ed93254a20b7e5c16bd7b0c6b46db49e1c72e" } pcode = { git = "https://github.com/icicle-emu/icicle-emu.git", rev = "4d7ed93254a20b7e5c16bd7b0c6b46db49e1c72e" } pyo3 = { version = "0.27.1", features = ["py-clone", "abi3-py310"] } -rangemap = "1.6.0" +rangemap = "1.7.0" send_wrapper = "0.6.0" target-lexicon = "0.12.16"