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_json from 1.0.26 to 1.0.39 #4

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

Conversation

dependabot-preview[bot]
Copy link

Bumps serde_json from 1.0.26 to 1.0.39.

Release notes

Sourced from serde_json's releases.

v1.0.39

  • Fix roundtrip of adjacently tagged enum containing f32 (#520)

v1.0.38

  • Add Deserializer::disable_recursion_limit guarded by an "unbounded_depth" Cargo cfg; this allows parsing arbitrarily deep JSON structures without any consideration for overflowing the stack; see documentation in the link for how to do this safely (#509)

v1.0.37

  • Work around a compounding error message bug when using serde_json in combination with erased-serde (https://github-redirect.dependabot.com/dtolnay/erased-serde/issues/21) that resulted in error messages like:

    "trailing comma at line 32 column 41 at line 32 column 41 at line 33 column 37 at line 34 column 33 at line 35 column 29 at line 36 column 25 at line 36 column 25 at line 36 column 25 at line 36 column 25"

v1.0.36

  • Fix serialization of maps with u128 key (#511)

v1.0.35

  • Update example code in documentation to 2018 edition

v1.0.34

  • Support serialization of i128 to Value if "arbitrary_precision" feature is enabled (#506, thanks @​koushiro)

v1.0.33

  • Allow map key to be borrowed when deserializing from &Value (#503)

v1.0.32

  • Fix panic when parsing floating point number with exponent of E-2147483647 in debug mode (#492)

v1.0.31

  • Improve performance of parsing strings containing hex escape sequences (#489, thanks @​yjh0502)

v1.0.30

  • Implement parsing of IgnoredAny and RawValue without recursion (#486)

v1.0.29

  • Provide a RawValue type which represents a contiguous range of bytes in the input corresponding to one JSON value without parsing that value into any particular data structure (#355)

v1.0.28

  • Performance improvement for calls to serde_json::from_str in which the input does not contain JSON escape sequences (#482)

v1.0.27

  • Fix a warning when building docs under Rust 2018 with serde_json as a dependency (#476, thanks @​Enet4)
Commits
  • 72e22e5 Release 1.0.39
  • 82c5182 Merge pull request #521 from dtolnay/f
  • d79c8e5 Fix adjacently tagged f32 roundtrip regression
  • 6ac689b Format with rustfmt 2019-02-14
  • d6ff3de Simplify running update-references.sh
  • 2181bce Release 1.0.38
  • dc6edcb Merge pull request #509 from dtolnay/stacker
  • 493bad1 Release 1.0.37
  • 6468692 Work around erased-serde round-tripping through de::Error::custom
  • fa8e2b1 Release 1.0.36
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @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 these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

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_json](https://github.com/serde-rs/json) from 1.0.26 to 1.0.39.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.26...v1.0.39)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant