futures-enum icon indicating copy to clipboard operation
futures-enum copied to clipboard

Update derive_utils requirement from 0.11 to 0.14

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Updates the requirements on derive_utils to permit the latest version.

Release notes

Sourced from derive_utils's releases.

0.14.2

  • Disable derive feature of syn dependency.
Changelog

Sourced from derive_utils's changelog.

[0.14.2] - 2024-08-23

  • Disable derive feature of syn dependency.

[0.14.1] - 2024-01-27

  • Fix "overflow evaluating the requirement" error when the first variant and the other variant have the same type.

  • Fix a bug introduced in 0.14.0.

[0.14.0] - 2024-01-27

Note: This release has been yanked due to a bug fixed in 0.14.1.

  • Allow quote variables in the trait definition of quick_derive! macro.

    This is considered as a breaking change because it will no longer allow a comma after the trait definition.

  • Change the second argument of derive_trait and EnumImpl::from_trait from syn::Path to &syn::Path.

  • Fix "overflow evaluating the requirement" error on recursive structures without type parameters. (#47)

[0.13.2] - 2023-07-27

  • Fix diagnostic regression introduced in 0.13.0.

[0.13.1] - 2023-06-29

  • Fix build error from dependency when built with -Z minimal-versions.

[0.13.0] - 2023-03-26

  • Update syn dependency to 2. This increase the minimum supported Rust version from Rust 1.31 to Rust 1.56.

[0.12.0] - 2022-01-10

  • Remove support for self: Pin<&(mut) Self>. See #41 for more.

[0.11.2] - 2021-01-05

  • Exclude unneeded files from crates.io.

[0.11.1] - 2020-12-29

  • Documentation improvements.

[0.11.0] - 2020-11-06

  • quick_derive!, derive_trait, EnumImpl::from_trait, EnumImpl::push_method, and EnumImpl::append_items_from_trait are now panic if an unsupported trait definition passed, instead of return error. See #35 for details.

... (truncated)

Commits
  • a843900 Release 0.14.2
  • f1969dd Update changelog
  • b171e0c Ignore more clippy lints at workspace level
  • c12c755 Disable derive feature of syn
  • 9caf62d Update .deny.toml
  • 27e9f4b Ignore more clippy lints at workspace level
  • 05e8d2f Apply clippy::as_underscore lint
  • 0a22f72 tools: Update tidy.sh
  • 7ddceea Update cspell dictionary
  • 753a582 Ignore more lints at workspace level
  • 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 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 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)

dependabot[bot] avatar Aug 26 '24 11:08 dependabot[bot]