Update derive_utils requirement from 0.11 to 0.15
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
derivefeature ofsyndependency.[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
quotevariables in the trait definition ofquick_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_traitandEnumImpl::from_traitfromsyn::Pathto&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
syndependency 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
4d9887cRelease 0.15.05682735Use #[automatically_derived] on generated implsef2267dci: Disable buggy dependabot grouped updateafbd87ftools: Format shell scripts with indent_size = 2 to match scripts in CI config86d6e11Add MSRV reason commente6a6f33Apply clippy::unused_trait_names lint943e2e3ci: Update reusable workflowsdec69eeci: Use -Zmiri-many-seeds on scheduled jobc6f903dtools: Update tidy.sh and markdownlint config32289f0Apply 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)