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 from 1.0.43 to 1.0.58 #41

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

Conversation

dependabot-preview[bot]
Copy link

Bumps serde from 1.0.43 to 1.0.58.

Release notes

Sourced from serde's releases.

v1.0.58

  • Fix generated code for deserializing untagged newtype variant (#1268)

v1.0.57

  • Remove unstable Serialize and Deserialize impls for NonZero<T> which has been removed from the most recent nightly compiler (#1265)

v1.0.56

  • Add a Serde build.rs script for rustc version detection in preparation for adding i128 / u128 primitive support on sufficiently new compilers. Please let us know in #1136 if having a build script causes undue complication in your environment. We will begin using the build script to enable observable functionality after a week or so, at which point it will become harder to roll back.

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

... (truncated)
Commits

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)
  • 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](https://github.com/serde-rs/serde) from 1.0.43 to 1.0.58.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.43...v1.0.58)

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