Skip to content

Update lender requirement from 0.6 to 0.8#2

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/lender-0.8
Open

Update lender requirement from 0.6 to 0.8#2
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/lender-0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown

Updates the requirements on lender to permit the latest version.

Release notes

Sourced from lender's releases.

0.8.0

[0.8.0] - 2026-07-10

Changed

  • MaybeDangling does not need anymore to implement Debug.

  • peek_mut is now unsafe, as it could lead to UB.

Fixed

  • Peekable/Flatten drop order and leaks have been fixed.

  • StepBy was misstepping by one on a fresh iterator.

  • FusedLender/FallibleFusedLender were not implementing correctly last.

  • TakeWhile was no honoring the fused contract.

  • Take backward advancing methods were not behaving correctly when taking zero elements or advancing by zero elements.

  • Chunky does not panic anymore on an advancing operation that exhaust the underlying lender.

  • from_iter_ref now drops the held element before getting the next one.

Changelog

Sourced from lender's changelog.

[0.8.0] - 2026-07-10

Changed

  • MaybeDangling does not need anymore to implement Debug.

  • peek_mut is now unsafe, as it could lead to UB.

Fixed

  • Peekable/Flatten drop order and leaks have been fixed.

  • StepBy was misstepping by one on a fresh iterator.

  • FusedLender/FallibleFusedLender were not implementing correctly last.

  • TakeWhile was no honoring the fused contract.

  • Take backward advancing methods were not behaving correctly when taking zero elements or advancing by zero elements.

  • Chunky does not panic anymore on an advancing operation that exhaust the underlying lender.

  • from_iter_ref now drops the held element before getting the next one.

[0.7.0] - 2026-05-31

New

  • Functions __check_lender_covariance, __check_fallible_lender_covariance, __check_lending_covariance and __check_fallible_lending_covariance to check covariance of lenders and lends in custom implementations.

  • Many sources and accessors are now const fn, so they can be used in const contexts (e.g., from_iter, from_into_iter, from_iter_ref, from_fn, once_with, windows_mut, and array_windows_mut).

Fixed

  • find_map implementations were missing covariance checks.

  • Removed spurious &'short reference from fallible covariance checks.

Changed

  • Following std's policy, we have #[inline] on all public methods.

  • We have now resolver = 3, which should solve some update issues with the maybe-dangling crate.

... (truncated)

Commits
  • 7ce72ac Bumped revision
  • 5a352f0 Removed trybuild test
  • f8ffc03 Merge pull request #41 from zommiommy/review-bugfixes
  • db2dc79 docs(lender): correct next_chunk doc that claimed it clones the lender
  • ee8f397 fix(from_iter_ref): drop the cached item before fetching the next one
  • eafc0a0 fix(chunky): saturate the chunk-skip multiplication to avoid an overflow panic
  • 7a205be fix(take): keep the inner lender untouched on zero-width back operations
  • 42bc95a fix(take_while): mark done when the inner lender yields None
  • 6389f5a fix(fuse): mark fused after last() drives the inner lender to its end
  • e40a58c fix(step_by): consume the first element in nth on a fresh StepBy
  • Additional commits viewable in compare view

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)

Updates the requirements on [lender](https://github.com/WanderLanz/Lender) to permit the latest version.
- [Release notes](https://github.com/WanderLanz/Lender/releases)
- [Changelog](https://github.com/WanderLanz/Lender/blob/main/CHANGELOG.md)
- [Commits](WanderLanz/Lender@0.6.0...0.8.0)

---
updated-dependencies:
- dependency-name: lender
  dependency-version: 0.8.0
  dependency-type: direct:production
...

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 Jul 11, 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.

0 participants