Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Bump serde_json from 1.0.11 to 1.0.24 #41

Merged
merged 1 commit into from
Aug 13, 2018

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Aug 12, 2018

Bumps serde_json from 1.0.11 to 1.0.24.

Release notes

Sourced from serde_json's releases.

v1.0.24

  • Make json! macro compatible with using the deny(unused_results) lint (#461)

v1.0.23

(yanked)

v1.0.22

  • Fix error category when deserialization fails in a truncated null (#454)

v1.0.21

  • Allow serializing a map with char keys (#453, thanks fdionisi)

v1.0.20

  • Switch to indexmap as the implementation of the "preserver_order" feature, as linked-hash-map is no longer maintained (#451, thanks lnicola)

v1.0.19

v1.0.18

  • Support serializing and deserializing 128-bit integers (#448)

v1.0.17

  • Consistent meaning of serde_json::Value equality whether or not "preserve_order" feature is enabled (#438, thanks Diggsey)

v1.0.16

  • Add values_mut() iterator for serde_json::Map (#437)

v1.0.15

  • Make treatment of deserializer hints by serde_json::from_value consistent with serde_json::from_str

v1.0.14

  • Clearer Debug representation of serde_json::Error (#410)

v1.0.13

  • Add an arbitrary_precision feature which allows the serialization and deserialization of serde_json::Number to operate on data of arbitrary size/precision, rather than just fixed-width primitive integer and floating point types (#416, thanks alexreg)

v1.0.12

(dependency bump only)

Commits
  • 2a62402 Release 1.0.24
  • 6dec8b8 Merge pull request #462 from dtolnay/unused
  • a50ea7b Remove irrelevant detail from Map::insert documentation
  • 5c931e0 Make json macro compatible with deny(unused_results)
  • 1b36cec Format with rustfmt 0.8.2
  • 9530ff6 Skip auto formatting test_stream macro
  • 689f98d Revert "Local inner macros"
  • 501b4f9 Release 1.0.23
  • f162bdd Local inner macros
  • bfcd615 Release 1.0.22
  • 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 merge will merge this PR after your CI passes on it
  • @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.

@coveralls
Copy link

coveralls commented Aug 12, 2018

Coverage Status

Coverage remained the same at 80.514% when pulling ffce061 on dependabot/cargo/serde_json-1.0.24 into b6cd35e on master.

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.11 to 1.0.24.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.11...v1.0.24)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/serde_json-1.0.24 branch from c2dedbc to ffce061 Compare August 12, 2018 21:08
@Ortham Ortham merged commit 98f6bcb into master Aug 13, 2018
@Ortham Ortham deleted the dependabot/cargo/serde_json-1.0.24 branch August 13, 2018 10:46
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.

3 participants