swagger-rs icon indicating copy to clipboard operation
swagger-rs copied to clipboard

Update frunk_core requirement from 0.3.0 to 0.4.0

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Updates the requirements on frunk_core to permit the latest version.

Release notes

Sourced from frunk_core's releases.

0.4.0 release

Lots of good stuff thanks to team work from a number of contributors (incl @​mbrobbel, @​ImmemorConsultrixContrarie , @​ExpHP)

From the Changelog

  • [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
Changelog

Sourced from frunk_core's changelog.

[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
  • Added Path model and PathTraverser trait, which allows for composable lens-like-usage

Changed

  • Make macros call themselves recursively with $crate::

[0.2.3]

[0.2.2] - 2018-10-21

[0.2.1] - 2018-09-29

  • Upgraded to syn 0.15 and quote to 0.6

[0.2.0] - 2018-04-20

Added

  • :confetti_ball: Forces joined with new collaborators [@​Centril] and [@​ExpHP]!
  • frunk now adheres to semantic versioning!
  • Inherent method wrappers for many trait methods on HList and Coproduct.
  • Re-exports for a variety of essential items at the root level of frunk.
  • Module frunk::prelude for extension traits and similar.
  • Methods Coproduct::embed and Coproduct::subset.

... (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 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 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[bot] avatar Jun 25 '21 03:06 dependabot[bot]