Skip to content

Conversation

@dependabot-preview
Copy link

Bumps serde_derive from 1.0.36 to 1.0.47.

Release notes

Sourced from serde_derive's releases.

v1.0.47

  • Support flatten attribute inside of enums (#1206)

v1.0.46

  • Support deserializing a flattened internally tagged enum (#1189)

v1.0.45

  • Fix dead code warnings when generating remote impls (#976)

v1.0.44

  • Respect deserialize_with used together with flatten (#1240)

v1.0.43

  • Fix handling of newtype struct inside of an untagged enum in serde_test (#1233)

v1.0.42

v1.0.41

  • Allow integers in an internally tagged enum to be deserialized from CBOR integers of any size (#1222)

v1.0.40

  • More flexible deserialization of byte arrays inside of untagged and internally tagged enums (#1217, #1216)

v1.0.39

  • Implement deserializer hints in handling of untagged and adjacently tagged enums to improve compile time and executable size (#286)

v1.0.38

  • Infer trait bounds for use of a type parameter associated type (#1213, thanks Osspial)
  • Fix deserialize_with on a struct variant with one field (#1215)

v1.0.37

  • Better error messages for unsupported uses of serde(flatten) (#1204 and #1205, thanks mitsuhiko)
Commits
  • 9dc05c3 Release 1.0.47
  • 972cc06 Format the flatten tests using rustfmt 0.6.1
  • 2001346 Merge pull request #1248 from serde-rs/flatten
  • 2009b4d Remove old flatten in enum compile-fail test
  • 0b72c86 Add tests for flatten in enums
  • 94b8570 Support deserializing enums containing flatten
  • 979df34 Support serializing enums containing flatten
  • 978d649 Allow flatten attribute in enums
  • 5098609 Release 1.0.46
  • 6374467 Merge pull request #1245 from serde-rs/flat
  • Additional commits viewable in compare view

Dependabot compatibility score

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:

  • 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)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.36 to 1.0.47.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.36...v1.0.47)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot-preview
Copy link
Author

Superseded by #57.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/serde_derive-1.0.47 branch May 14, 2018 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants