Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump serde_derive from 1.0.43 to 1.0.55 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps serde_derive from 1.0.43 to 1.0.55.

Release notes

Sourced from serde_derive's releases.

v1.0.55

  • Support formats that want to deserialize flattened identifiers as bytes (#1257)

v1.0.54

  • Support flattened untagged Options in struct fields (#1255)

v1.0.53

  • Support deserializing flattened untagged enum (#1253)

v1.0.52

  • Allow overriding inferred bounds at the variant level using a bound attribute (#1149)
  • Respect skip_serializing attribute in tuple structs and variants (#1048)
  • Account for skip_serializing_if in computing tuple struct lengths (#1049)
  • Improve error for struct deserialized from array that is too short (#981)
  • Accept implicitly borrowed data inside of an Option field (#1029)

v1.0.51

  • Fix the Deserialize implementation generated for an adjacently tagged enum with zero variants (#785)
  • Improve error message when deriving Deserialize for a type that already has a 'de lifetime (#893)
  • Add a #[serde(skip)] variant attribute to combine the skip_serializing and skip_deserializing variant attributes that already existed
  • Respect variant skip attributes when inferring type parameter bounds (#892)

v1.0.50

  • Detect unsupported use of Deserialize on a dynamically sized struct ending in slice field (#830)

v1.0.49

v1.0.48

  • Fix Serialize impl of an adjacently tagged empty tuple variant or struct variant (#1247)

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)
Commits
  • 6550231 Release 1.0.55
  • ea0012f Support deserializing bytes as the flattened identifier
  • d6b62b9 Release 1.0.54
  • 2ee347c Merge pull request #1256 from serde-rs/option
  • 4305260 Support flattened untagged Options in struct fields
  • 35aae92 Remove playground feature
  • f3f2679 Format with rustfmt 0.6.1
  • d1460e1 Release 1.0.53
  • dfd8132 Cfg away a macro used only by flatten
  • 368961e Support deserializing flattened untagged enum
  • 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 [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 (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees 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.43 to 1.0.55.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.43...v1.0.55)

Signed-off-by: dependabot[bot] <[email protected]>
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.

1 participant