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"