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.66 #49

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.66.

Release notes

Sourced from serde's releases.

v1.0.66

  • Implement Serialize and Deserialize for ! (#544, unstable)
  • Support Duration in no-std mode on sufficiently new compilers (#1123)

v1.0.65

  • Do not panic when serializing a RefCell that is currently mutably borrowed (#1300, thanks xfix)
  • Allow flattened fields after a flattened map to receive input fields (#1299)

v1.0.64

  • Second attempt to work around docs.rs old compiler version (#1295)

v1.0.63

  • Workaround to get docs.rs successfully building our docs with its old compiler (#1294)

v1.0.62

  • Implement IntoDeserializer for i128 and u128 (#1280)
  • Implement Copy for the primitive value deserializers (#1287)
  • Implement Clone for primitive value deserializers even when the error type cannot be cloned (#1287)

v1.0.61

  • Stabilize Deserialize impls for dynamically sized Rc / Arc (#1266)
  • Stabilize Deserialize impl for Box<CStr> (#1267)

v1.0.60

  • Add Serde impls for i128 and u128 when compiling with Rust 1.26+ (#1263)
  • Stabilize Serde impls for std::num::NonZero* on Rust 1.28+ (#1278, thanks SimonSapin)

v1.0.59

  • Add a serde(transparent) container attribute to indicate that a struct serializes and deserializes the same as its only field -- analogous to repr(transparent) (#1054)

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)
... (truncated)
Commits
  • a887db3 Release 1.0.66
  • e1ae3c7 Merge pull request #1304 from dtolnay/ci
  • d094209 CI builders for all versions mentioned in the build script
  • 485a64a Visitor for types that parse from a string
  • 3e57cd5 Merge pull request #1303 from dtolnay/duration
  • b6c4cfe Support Duration in no-std mode on new compilers
  • 9485375 Stabilize some unstable tests in test suite
  • bd366f6 Merge pull request #1302 from dtolnay/never
  • 22b1af7 Test never_type
  • fd6178c IntoDeserializer for !
  • 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)
  • 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.66.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.43...v1.0.66)

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