Update derive_utils requirement from 0.11 to 0.14
Updates the requirements on derive_utils to permit the latest version.
Release notes
Sourced from derive_utils's releases.
0.14.2
- Disable
derivefeature ofsyndependency.
Changelog
Sourced from derive_utils's changelog.
[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.
[0.11.0] - 2020-11-06
quick_derive!,derive_trait,EnumImpl::from_trait,EnumImpl::push_method, andEnumImpl::append_items_from_traitare now panic if an unsupported trait definition passed, instead of return error. See #35 for details.
... (truncated)
Commits
a843900Release 0.14.2f1969ddUpdate changelogb171e0cIgnore more clippy lints at workspace levelc12c755Disable derive feature of syn9caf62dUpdate .deny.toml27e9f4bIgnore more clippy lints at workspace level05e8d2fApply clippy::as_underscore lint0a22f72tools: Update tidy.sh7ddceeaUpdate cspell dictionary753a582Ignore 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 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)