Release notes
*Sourced from serde_derive's [releases](https://github.com/serde-rs/serde/releases).*
> ## v1.0.39
> - Implement deserializer hints in handling of untagged and adjacently tagged enums to improve compile time and executable size ([#286](https://github-redirect.dependabot.com/serde-rs/serde/issues/286))
>
> ## v1.0.38
> - Infer trait bounds for use of a type parameter associated type ([#1213](https://github-redirect.dependabot.com/serde-rs/serde/issues/1213), thanks [**Osspial**](https://github.com/Osspial))
> - Fix deserialize_with on a struct variant with one field ([#1215](https://github-redirect.dependabot.com/serde-rs/serde/issues/1215))
Commits
- [`184264e`](https://github.com/serde-rs/serde/commit/184264ee924b249beb54720c4f9dc6474696e090) Release 1.0.39
- [`6050229`](https://github.com/serde-rs/serde/commit/6050229e7edd1688be78494f8cee1dc551e064de) Simplify counting remaining elements
- [`e1db820`](https://github.com/serde-rs/serde/commit/e1db820c9fa614eceb23baa4e7f2cbd4fc2dfa21) Implement all &Content deserializer hints
- [`0081cc9`](https://github.com/serde-rs/serde/commit/0081cc961d0a14dd89cc68931f225b59e6d2931e) Implement all Content deserializer hints
- [`9bc0580`](https://github.com/serde-rs/serde/commit/9bc05803feef2e2ee30c62cb047d7c3ea6d44fbe) Fix clippy lint about literal in format string
- [`8d113e6`](https://github.com/serde-rs/serde/commit/8d113e67d6489b4286d880dea53bda626bc3693a) Release 1.0.38
- [`6e206ce`](https://github.com/serde-rs/serde/commit/6e206ce05379aa92ea39fbae55b66c5bbf010ea8) Name formatter args with a leading double underscore
- [`47fc9af`](https://github.com/serde-rs/serde/commit/47fc9af4729936232c55fd9aa87941ea7cbabd86) Emit borrowed methods only if collect_other_fields
- [`1651f86`](https://github.com/serde-rs/serde/commit/1651f86d56309c22818c8d6de4b638d5e9ca9d3b) Simplify Option that is always Some
- [`1157ac0`](https://github.com/serde-rs/serde/commit/1157ac01188d44c6a4133a2f47ad106cc471e2b7) Eliminate unnecessary braces in wrap_deserialize_variant_with
- Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.37...v1.0.39)
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 ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps serde_derive from 1.0.37 to 1.0.39.
Release notes
*Sourced from serde_derive's [releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.39 > - Implement deserializer hints in handling of untagged and adjacently tagged enums to improve compile time and executable size ([#286](https://github-redirect.dependabot.com/serde-rs/serde/issues/286)) > > ## v1.0.38 > - Infer trait bounds for use of a type parameter associated type ([#1213](https://github-redirect.dependabot.com/serde-rs/serde/issues/1213), thanks [**Osspial**](https://github.com/Osspial)) > - Fix deserialize_with on a struct variant with one field ([#1215](https://github-redirect.dependabot.com/serde-rs/serde/issues/1215))Commits
- [`184264e`](https://github.com/serde-rs/serde/commit/184264ee924b249beb54720c4f9dc6474696e090) Release 1.0.39 - [`6050229`](https://github.com/serde-rs/serde/commit/6050229e7edd1688be78494f8cee1dc551e064de) Simplify counting remaining elements - [`e1db820`](https://github.com/serde-rs/serde/commit/e1db820c9fa614eceb23baa4e7f2cbd4fc2dfa21) Implement all &Content deserializer hints - [`0081cc9`](https://github.com/serde-rs/serde/commit/0081cc961d0a14dd89cc68931f225b59e6d2931e) Implement all Content deserializer hints - [`9bc0580`](https://github.com/serde-rs/serde/commit/9bc05803feef2e2ee30c62cb047d7c3ea6d44fbe) Fix clippy lint about literal in format string - [`8d113e6`](https://github.com/serde-rs/serde/commit/8d113e67d6489b4286d880dea53bda626bc3693a) Release 1.0.38 - [`6e206ce`](https://github.com/serde-rs/serde/commit/6e206ce05379aa92ea39fbae55b66c5bbf010ea8) Name formatter args with a leading double underscore - [`47fc9af`](https://github.com/serde-rs/serde/commit/47fc9af4729936232c55fd9aa87941ea7cbabd86) Emit borrowed methods only if collect_other_fields - [`1651f86`](https://github.com/serde-rs/serde/commit/1651f86d56309c22818c8d6de4b638d5e9ca9d3b) Simplify Option that is always Some - [`1157ac0`](https://github.com/serde-rs/serde/commit/1157ac01188d44c6a4133a2f47ad106cc471e2b7) Eliminate unnecessary braces in wrap_deserialize_variant_with - Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.37...v1.0.39)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 ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.