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

Bump serde_json from 1.0.85 to 1.0.96 #7072

Merged
merged 1 commit into from Apr 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2023

Bumps serde_json from 1.0.85 to 1.0.96.

Release notes

Sourced from serde_json's releases.

v1.0.96

v1.0.95

  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#1004, #1005)

v1.0.94

  • Fix message duplication between serde_json::Error's Display and source() (#991, #992)

v1.0.93

  • Support 128-bit integers in serde_json::to_value (#982)

v1.0.92

  • Documentation improvements

v1.0.91

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

  • Documentation improvements

v1.0.89

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#953)

v1.0.88

  • Optimize serde_json::Map's implementation of append and clone_from (#952, thanks @​Lucretiel)

v1.0.87

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#940, thanks @​Lucretiel)

v1.0.86

  • Support arbitrary_precision feature even in no-std mode (#928, thanks @​kvinwang)
Commits
  • 187f7da Release 1.0.96
  • 41199cc Merge pull request #1011 from stepancheg/utf-8
  • cd5ed82 Document to_writer only writes valid UTF-8 strings
  • ce53b86 Fix needless_borrow clippy lint in test
  • 4ea38c4 Release 1.0.95
  • 731886c Merge pull request #1005 from dtolnay/f32cast
  • c9bff92 Fix PartialEq between Value and f32
  • 06f3443 Eliminate f32-to-f64 casting in arbitrary_precision mode
  • b0990a5 Add regression test for issue 1004
  • 02e5833 Update fuzz crate gitignore to ignore coverage dir
  • 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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. E2-dependencies Pull requests that update a dependency file. labels Apr 13, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/serde_json-1.0.96 branch from e73b779 to 6e3610f Compare April 13, 2023 11:55
@bkchr bkchr added the D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit. label Apr 13, 2023
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.96.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.85...v1.0.96)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/serde_json-1.0.96 branch from 6e3610f to 8d4866e Compare April 17, 2023 16:51
@skunert
Copy link
Contributor

skunert commented Apr 17, 2023

bot merge

@paritytech-processbot
Copy link

Waiting for commit status.

@paritytech-processbot paritytech-processbot bot merged commit c9d6bc1 into master Apr 17, 2023
45 checks passed
@paritytech-processbot paritytech-processbot bot deleted the dependabot/cargo/serde_json-1.0.96 branch April 17, 2023 18:10
ordian added a commit that referenced this pull request Apr 26, 2023
* master: (30 commits)
  update rocksdb to 0.20.1 (#7113)
  Reduce base proof size weight component to zero (#7081)
  PVF: Move PVF workers into separate crate (#7101)
  Companion for #13923 (#7111)
  update safe call filter (#7080)
  PVF: Don't dispute on missing artifact (#7011)
  XCM: Properly set the pricing for the DMP router (#6843)
  pvf: Update docs for PVF artifacts (#6551)
  Bump syn from 2.0.14 to 2.0.15 (#7093)
  Companion for substrate#13771 (#6983)
  Added Dwellir Nigeria bootnodes. (#7097)
  Companion for Substrate #13889 (#7063)
  Switch to DNS name based bootnodes for Rococo (#7040)
  companion for substrate#13883 (#7059)
  [xcm] Added `UnpaidExecution` instruction to `UnpaidRemoteExporter` (#7091)
  Bump serde_json from 1.0.85 to 1.0.96 (#7072)
  Bump hex-literal from 0.3.4 to 0.4.1 (#7071)
  Small simplification (#7089)
  [XCM - UnpaidRemoteExporter] Remove unreachable code (#7088)
  sync versions with current release (#7083)
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit. E2-dependencies Pull requests that update a dependency file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants