Update Rust crate serde_json to 1.0.95 #23

Merged
pierre merged 1 commits from renovate/serde_json-1.x into master 2023-04-11 11:52:39 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
serde_json dependencies patch 1.0.85 -> 1.0.95

Release Notes

serde-rs/json

v1.0.95

Compare Source

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

v1.0.94

Compare Source

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

v1.0.93

Compare Source

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

v1.0.92

Compare Source

  • Documentation improvements

v1.0.91

Compare Source

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

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

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

v1.0.88

Compare Source

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

v1.0.87

Compare Source

  • 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

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.85` -> `1.0.95` | --- ### Release Notes <details> <summary>serde-rs/json</summary> ### [`v1.0.95`](https://github.com/serde-rs/json/releases/tag/v1.0.95) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.94...v1.0.95) - Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode ([#&#8203;1004](https://github.com/serde-rs/json/issues/1004), [#&#8203;1005](https://github.com/serde-rs/json/issues/1005)) ### [`v1.0.94`](https://github.com/serde-rs/json/releases/tag/v1.0.94) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.94) - Fix message duplication between serde_json::Error's `Display` and `source()` ([#&#8203;991](https://github.com/serde-rs/json/issues/991), [#&#8203;992](https://github.com/serde-rs/json/issues/992)) ### [`v1.0.93`](https://github.com/serde-rs/json/releases/tag/v1.0.93) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.92...v1.0.93) - Support 128-bit integers in serde_json::to_value ([#&#8203;982](https://github.com/serde-rs/json/issues/982)) ### [`v1.0.92`](https://github.com/serde-rs/json/releases/tag/v1.0.92) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.91...v1.0.92) - Documentation improvements ### [`v1.0.91`](https://github.com/serde-rs/json/releases/tag/v1.0.91) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.90...v1.0.91) - Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now ### [`v1.0.90`](https://github.com/serde-rs/json/releases/tag/v1.0.90) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.89...v1.0.90) - Documentation improvements ### [`v1.0.89`](https://github.com/serde-rs/json/releases/tag/v1.0.89) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.88...v1.0.89) - Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point ([#&#8203;953](https://github.com/serde-rs/json/issues/953)) ### [`v1.0.88`](https://github.com/serde-rs/json/releases/tag/v1.0.88) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.87...v1.0.88) - Optimize serde_json::Map's implementation of `append` and `clone_from` ([#&#8203;952](https://github.com/serde-rs/json/issues/952), thanks [@&#8203;Lucretiel](https://github.com/Lucretiel)) ### [`v1.0.87`](https://github.com/serde-rs/json/releases/tag/v1.0.87) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87) - Add `write_i128` and `write_u128` methods to `serde_json::Formatter` to control the formatting of 128-bit integers ([#&#8203;940](https://github.com/serde-rs/json/issues/940), thanks [@&#8203;Lucretiel](https://github.com/Lucretiel)) ### [`v1.0.86`](https://github.com/serde-rs/json/releases/tag/v1.0.86) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.86) - Support `arbitrary_precision` feature even in no-std mode ([#&#8203;928](https://github.com/serde-rs/json/issues/928), thanks [@&#8203;kvinwang](https://github.com/kvinwang)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->
pierre added 1 commit 2023-04-10 00:29:48 +00:00
Update Rust crate serde_json to 1.0.95
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2abe1c95d0
pierre merged commit 5acbe069c2 into master 2023-04-11 11:52:39 +00:00
pierre deleted branch renovate/serde_json-1.x 2023-04-11 11:52:39 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/SeaBattle#23
No description provided.