Release notes
*Sourced from [serde_derive's releases](https://github.com/serde-rs/serde/releases).*
> ## v1.0.87
> - Fix inclusion of tag in struct containing flattened fields ([#1468](https://github-redirect.dependabot.com/serde-rs/serde/issues/1468), thanks [**jwillbold**](https://github.com/jwillbold))
>
> ## v1.0.86
> - Implement Serialize and Deserialize for core::ops::Bound\ ([#1466](https://github-redirect.dependabot.com/serde-rs/serde/issues/1466), thanks [**0nkery**](https://github.com/0nkery))
Commits
- [`134f268`](https://github.com/serde-rs/serde/commit/134f268ceeafdb3d0616db6b935e2da34e74bbb3) Release 1.0.87
- [`c473633`](https://github.com/serde-rs/serde/commit/c4736336768a6a3ac82f909a311bd9512ab49589) Format with rustfmt 2018-12-10
- [`6a3a820`](https://github.com/serde-rs/serde/commit/6a3a82007cda462251d49b7b18cddf33dfce68dc) Merge pull request [#1474](https://github-redirect.dependabot.com/serde-rs/serde/issues/1474) from jwillbold/master
- [`1d6ef76`](https://github.com/serde-rs/serde/commit/1d6ef76cfb339df48232b59cc2ce8568fd19660c) Fixed [#1468](https://github-redirect.dependabot.com/serde-rs/serde/issues/1468), flattened struct fields made structs ignore their tag
- [`c8e3959`](https://github.com/serde-rs/serde/commit/c8e39594357bdecb9dfee889dbdfced735033469) Release 1.0.86
- [`796f412`](https://github.com/serde-rs/serde/commit/796f412a1e83ffed2b37ccbcaf55fba5ee99b916) Document that Bound impls exist
- [`fa854a2`](https://github.com/serde-rs/serde/commit/fa854a21083b06f509c537190550555e5473644f) Format with rustfmt 2018-12-10
- [`3a097ff`](https://github.com/serde-rs/serde/commit/3a097ff2d2bf0bccb5b2249d993c6d5b4a9e2adf) Deserialize Bound::Unbounded as unit variant
- [`8463bfc`](https://github.com/serde-rs/serde/commit/8463bfc1e5adb23abb089dddc0a54d1c802e0d16) Remove as yet unrequested range impls
- [`7a72b4c`](https://github.com/serde-rs/serde/commit/7a72b4c624eb36397d504f7f381d0b0d25ca3f21) Merge pull request [#1466](https://github-redirect.dependabot.com/serde-rs/serde/issues/1466) from 0nkery/master
- Additional commits viewable in [compare view](https://github.com/serde-rs/serde/compare/v1.0.85...v1.0.87)
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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|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 these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
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)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps serde_derive from 1.0.85 to 1.0.87.
Release notes
*Sourced from [serde_derive's releases](https://github.com/serde-rs/serde/releases).* > ## v1.0.87 > - Fix inclusion of tag in struct containing flattened fields ([#1468](https://github-redirect.dependabot.com/serde-rs/serde/issues/1468), thanks [**jwillbold**](https://github.com/jwillbold)) > > ## v1.0.86 > - Implement Serialize and Deserialize for core::ops::Bound\Commits
- [`134f268`](https://github.com/serde-rs/serde/commit/134f268ceeafdb3d0616db6b935e2da34e74bbb3) Release 1.0.87 - [`c473633`](https://github.com/serde-rs/serde/commit/c4736336768a6a3ac82f909a311bd9512ab49589) Format with rustfmt 2018-12-10 - [`6a3a820`](https://github.com/serde-rs/serde/commit/6a3a82007cda462251d49b7b18cddf33dfce68dc) Merge pull request [#1474](https://github-redirect.dependabot.com/serde-rs/serde/issues/1474) from jwillbold/master - [`1d6ef76`](https://github.com/serde-rs/serde/commit/1d6ef76cfb339df48232b59cc2ce8568fd19660c) Fixed [#1468](https://github-redirect.dependabot.com/serde-rs/serde/issues/1468), flattened struct fields made structs ignore their tag - [`c8e3959`](https://github.com/serde-rs/serde/commit/c8e39594357bdecb9dfee889dbdfced735033469) Release 1.0.86 - [`796f412`](https://github.com/serde-rs/serde/commit/796f412a1e83ffed2b37ccbcaf55fba5ee99b916) Document that BoundDependabot 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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 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) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.