Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Bump serde from 1.0.27 to 1.0.50 #63

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.27 to 1.0.50.

Release notes

Sourced from serde's releases.

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)

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)

v1.0.36

  • Emit working code in the case of remote = "Self" attribute (#1196)

v1.0.35

v1.0.34

... (truncated)
Commits
  • 7cd4f49 Release 1.0.50
  • ff9c85d Merge pull request #1252 from serde-rs/precondition
  • 0025ef9 Detect deserialize on a struct ending in dynamically sized slice
  • 536bdd7 Release 1.0.49
  • 6993b98 Merge pull request #1251 from serde-rs/weak
  • 4bfeb05 Prefer Self and associated types in de impls
  • 4687c1b Test Weak deserialize impls
  • a58abae Test Weak serialize impls
  • 0bc9c72 Add impls for Weak
  • dc92189 Eliminate map_or(None, f)
  • 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](https://github.com/serde-rs/serde) from 1.0.27 to 1.0.50.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.27...v1.0.50)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant