Skip to content

rust: bump rangemap from 1.6.0 to 1.7.1#22

Open
dependabot[bot] wants to merge 256 commits intomasterfrom
dependabot/cargo/rangemap-1.7.1
Open

rust: bump rangemap from 1.6.0 to 1.7.1#22
dependabot[bot] wants to merge 256 commits intomasterfrom
dependabot/cargo/rangemap-1.7.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps rangemap from 1.6.0 to 1.7.1.

Changelog

Sourced from rangemap's changelog.

v1.7.1 (2025-12-19)

  • Fixes:
    • Fix PartialEq, PartialOrd, and Ord implementations for RangeInclusiveMap (and RangeInclusiveSet). These previously only compared the starts of ranges instead of the entire range. (Same class of bug that was fixed for RangeMap in v1.3.1.)

v1.7.0 (2025-11-15)

  • Features:

    • Relax Eq bounds to PartialEq. (We don't actually need to demand reflexivity.)
  • Changes:

    • Bump minimum supported Rust version to 1.81.0 (released 2024-09-05).
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

* Demangle Rust function names correctly

* Fix a type translation problem
* Add string_simplifier.py
* Move optimization passes to angr/rust/optimization_passes directory
* Use AllocSimplifier to simplify memory allocation

* Use TypeCorrector to correct custom Rust types after Variable Recovery

* Add an is_rust_binary attribute to angr.Project
* Now RustSimTypeStr represents string literals

* RustSimTypeString represents heap strings

* RustSimTypeString is a subclass of RustSimStruct
bluesadi and others added 24 commits November 7, 2025 00:54
Bumps [rangemap](https://github.com/jeffparsons/rangemap) from 1.6.0 to 1.7.1.
- [Changelog](https://github.com/jeffparsons/rangemap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jeffparsons/rangemap/commits/v1.7.1)

---
updated-dependencies:
- dependency-name: rangemap
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants