Skip to content

Update lender requirement from 0.6 to 0.7#1

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/lender-0.7
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 6, 2026

Copy link
Copy Markdown

Updates the requirements on lender to permit the latest version.

Release notes

Sourced from lender's releases.

0.7.0

[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.

Changelog

Sourced from lender's changelog.

[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.

[0.6.2] - 2026-02-18

Fixed

  • Missing lifetimes in PhantomData was causing compiler errors when using #![with] with covariance-check macros.

[0.6.1] - 2026-02-18

Fixed

  • Closed loophole in covariance-checking macro that was skipping covariance checks when using elided lifetimes.

  • Now macros use $crate:: to refer to internal items.

  • Ported documentation about #![with].

[0.6.0] - 2026-02-17

New

  • Major improvement to the covariance check: it is no longer possible to circumvent it using core::ptr::null(), todo!(), unimplemented!(), panic!(), loop {}, etc.

... (truncated)

Commits
  • 76d8b7e Bumped revision
  • 9c73228 Updated to resolver 3
  • 7f52bcf Change log
  • a5cf456 Standardized badges
  • 36273d7 Consolidated badges
  • 1ef8353 const fn where possible
  • 3c6afb5 All methods #[inline] except covariance-check methods, which are #[inline(alw...
  • 8517022 More inlines
  • 43ced9e Renamed tests
  • ff0cc3c Fixed find_map's missing covariance checks; removed duplicate tests
  • 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.7.0)

---
updated-dependencies:
- dependency-name: lender
  dependency-version: 0.7.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 Jun 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Author

Superseded by #2.

@dependabot dependabot Bot closed this Jul 11, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/lender-0.7 branch July 11, 2026 18:02
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