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

Update derive_utils requirement from 0.11 to 0.15

Open dependabot[bot] opened this issue 11 months ago • 0 comments

Updates the requirements on derive_utils to permit the latest version.

Release notes

Sourced from derive_utils's releases.

0.15.0

  • Use #[automatically_derived] on generated impls to improve coverage support.
Changelog

Sourced from derive_utils's changelog.

[0.15.0] - 2025-01-16

  • Use #[automatically_derived] on generated impls to improve coverage support.

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

... (truncated)

Commits
  • 4d9887c Release 0.15.0
  • 5682735 Use #[automatically_derived] on generated impls
  • ef2267d ci: Disable buggy dependabot grouped update
  • afbd87f tools: Format shell scripts with indent_size = 2 to match scripts in CI config
  • 86d6e11 Add MSRV reason comment
  • e6a6f33 Apply clippy::unused_trait_names lint
  • 943e2e3 ci: Update reusable workflows
  • dec69ee ci: Use -Zmiri-many-seeds on scheduled job
  • c6f903d tools: Update tidy.sh and markdownlint config
  • 32289f0 Apply unnameable_types lint
  • 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 Jan 17 '25 11:01 dependabot[bot]