Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps rangemap from 1.7.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.)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 22, 2025
@codecov
Copy link

codecov bot commented Dec 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.71%. Comparing base (1d4f116) to head (80f6932).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5957   +/-   ##
=======================================
  Coverage   72.71%   72.71%           
=======================================
  Files        1251     1251           
  Lines      133262   133262           
  Branches    23800    23800           
=======================================
+ Hits        96901    96904    +3     
+ Misses      30244    30240    -4     
- Partials     6117     6118    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@angr-bot
Copy link
Member

Corpus decompilation diffs can be found at angr/dec-snapshots@master...angr/angr_5957

Bumps [rangemap](https://github.com/jeffparsons/rangemap) from 1.7.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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@mborgerson mborgerson force-pushed the dependabot/cargo/rangemap-1.7.1 branch from e79be24 to 80f6932 Compare December 22, 2025 20:40
@mborgerson mborgerson merged commit d8aa8a3 into master Dec 22, 2025
39 checks passed
@mborgerson mborgerson deleted the dependabot/cargo/rangemap-1.7.1 branch December 22, 2025 21:19
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.

3 participants