Skip to content

Update frunk_derives requirement from 0.4 to 0.5#194

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/frunk_derives-0.5
Open

Update frunk_derives requirement from 0.4 to 0.5#194
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/frunk_derives-0.5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on frunk_derives to permit the latest version.

Release notes

Sourced from frunk_derives's releases.

Frunk laws 0.5.0

Bumped due to new quickcheck (1.x-based now!)

Changelog

Sourced from frunk_derives's changelog.

[0.5.0]:

[0.4.4]:

[0.4.3]:

[0.4.2]:

[0.4.1]:

[0.4.0]:

  • [Breaking change] Rename Hlist! type macro to HList! (lloydmeta/frunk#132)
  • [Breaking change] Remove deprecated HList.length() (lloydmeta/frunk#125)
  • [Breaking change] HFoldRightable rework: now HFoldRightable::foldr does not differ from HFoldLeftable::foldl in calling, like std::iter::DoubleEndedIterator::rfold does not differ from std::iter::Iterator::fold. Note: though foldr behavior wasn't changed, all old foldr calls would either stop compiling or produce wrong results (lloydmeta/frunk#171)
  • [Breaking change] Bump quote, syn and proc-macro2 to 1 (lloydmeta/frunk#183)
  • Fix unicode identifiers support lloydmeta/frunk#186

[0.3.2] - 2021-04-16

[0.3.1] - 2019-12-21

[0.3.0] - 2019-03-23

Added

  • More transmogrifications supported out of the box (lloydmeta/frunk#152)
    • Box, Option, Vec and more.
  • More idiomatic Debug impl for Field Debug impls should use DebugStruct #153
  • [no-std] support lloydmeta/frunk#148
    • Note: this is a breaking change, see the PR for details

[0.2.4] - 2019-02-10

Added

  • Added ToMut trait, which allows borrowing mutably from a Coproduct or HList.
  • Added support for #[derive(LabelledGeneric)] on tuple structs

... (truncated)

Commits

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 [frunk_derives](https://github.com/lloydmeta/frunk) to permit the latest version.
- [Release notes](https://github.com/lloydmeta/frunk/releases)
- [Changelog](https://github.com/lloydmeta/frunk/blob/master/CHANGELOG.md)
- [Commits](lloydmeta/frunk@0.4.0...laws0.5.0)

---
updated-dependencies:
- dependency-name: frunk_derives
  dependency-version: 0.5.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 6, 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