Skip to content

deps(deps): bump imbl from 7.0.1 to 7.0.2 - #286

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/imbl-7.0.2
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/imbl-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps imbl from 7.0.1 to 7.0.2.

Changelog

Sourced from imbl's changelog.

[7.0.2] - 2026-09-09

Added

  • Implemented Clone for the consuming iterators of HashMap, HashSet, OrdMap, OrdSet and Vector. (#174)

Changed

  • Removed the bitmaps dependency, which is unmaintained (RUSTSEC-2026-0247) and carries an unpatched soundness issue (RUSTSEC-2025-0167), by using imbl-sized-chunks 0.2.0's in-tree bitmap module. No public API change. (#170)

Fixed

  • Fixed OrdSet::ConsumingIter::len() panicking due to a missing size_hint override on its ExactSizeIterator implementation. (#176)

  • Fixed OrdMap::diff (and diff-backed PartialEq) silently dropping or mis-reporting differences that sit immediately after a run of structurally shared nodes. (#161)

Commits
  • 834c67f Release 7.0.2 (#178)
  • 37d3f63 Fix OrdMap::diff dropping differences after shared nodes (#166)
  • a3dba68 Add Clone impl for various ConsumingIters (#174)
  • 5c873bd ord: fix OrdSet::ConsumingIter ExactSizeIterator::len panic (#176)
  • 1b0b983 Drop the unmaintained bitmaps dependency (#175)
  • d8f7018 Fix 7 doc links that weren't displaying correctly.
  • a7ad299 Never mind, the ManuallyDrop does nothing
  • 812ec86 Use ManuallyDrop to make some unsafe code clearer.
  • cdb06af Fix UB in vector iterators.
  • 396d4b9 chore: Release imbl version 7.0.1
  • Additional commits viewable in compare view

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 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)

Bumps [imbl](https://github.com/jneem/imbl) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/jneem/imbl/releases)
- [Changelog](https://github.com/jneem/imbl/blob/main/CHANGELOG.md)
- [Commits](jneem/imbl@v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: imbl
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Sep 14, 2026
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.

1 participant