Update Rust crate serde_json to 1.0.87 - autoclosed #3

Closed
kjuulh wants to merge 1 commits from renovate/serde_json-1.x into main
Owner

This PR contains the following updates:

Package Type Update Change
serde_json dependencies patch 1.0.68 -> 1.0.87

Release Notes

serde-rs/json

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

v1.0.85

  • Make Display for Number produce the same representation as serializing (#​919)

v1.0.84

  • Make Debug impl of serde_json::Value more compact (#​918)

v1.0.83

  • Add categories to crates.io metadata

v1.0.82

v1.0.81

  • Work around indexmap/autocfg not always properly detecting whether a std sysroot crate is available (#​885, thanks @​cuviper)

v1.0.80

  • Documentation improvements

v1.0.79

  • Allow RawValue deserialization to propagate \u escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#​830, thanks @​lucacasonato)

v1.0.78

  • Support deserializing as &RawValue in map key position, which would previously fail with "invalid type: newtype struct" (#​851)

v1.0.77

  • Include discord invite links in the published readme
  • Improve compile error on compiling with neither std nor alloc feature enabled
  • Include integration tests in published package (#​578)

v1.0.76

  • Fix a build error when features raw_value and alloc are enabled while std is disabled (#​850)

v1.0.75

  • Fix deserialization of small integers in arbitrary_precision mode (#​845)

v1.0.74

  • Allow creating RawValues from references to unsized values (#​841, thanks @​EFanZh)

v1.0.73

  • Update itoa dependency to 1.0

v1.0.72

v1.0.71

v1.0.70

v1.0.69


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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, click this checkbox.

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.68` -> `1.0.87` | --- ### Release Notes <details> <summary>serde-rs/json</summary> ### [`v1.0.87`](https://github.com/serde-rs/json/releases/tag/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) - 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)) ### [`v1.0.85`](https://github.com/serde-rs/json/releases/tag/v1.0.85) - Make `Display` for `Number` produce the same representation as serializing ([#&#8203;919](https://github.com/serde-rs/json/issues/919)) ### [`v1.0.84`](https://github.com/serde-rs/json/releases/tag/v1.0.84) - Make `Debug` impl of `serde_json::Value` more compact ([#&#8203;918](https://github.com/serde-rs/json/issues/918)) ### [`v1.0.83`](https://github.com/serde-rs/json/releases/tag/v1.0.83) - Add categories to crates.io metadata ### [`v1.0.82`](https://github.com/serde-rs/json/releases/tag/v1.0.82) - Implement `From<Option<T>>` for serde_json::Value where `T: Into<Value>` ([#&#8203;900](https://github.com/serde-rs/json/issues/900), thanks [@&#8203;kvnvelasco](https://github.com/kvnvelasco)) ### [`v1.0.81`](https://github.com/serde-rs/json/releases/tag/v1.0.81) - Work around `indexmap`/`autocfg` not always properly detecting whether a `std` sysroot crate is available ([#&#8203;885](https://github.com/serde-rs/json/issues/885), thanks [@&#8203;cuviper](https://github.com/cuviper)) ### [`v1.0.80`](https://github.com/serde-rs/json/releases/tag/v1.0.80) - Documentation improvements ### [`v1.0.79`](https://github.com/serde-rs/json/releases/tag/v1.0.79) - Allow `RawValue` deserialization to propagate `\u` escapes for unmatched surrogates, which can later by deserialized to Vec\<u8> ([#&#8203;830](https://github.com/serde-rs/json/issues/830), thanks [@&#8203;lucacasonato](https://github.com/lucacasonato)) ### [`v1.0.78`](https://github.com/serde-rs/json/releases/tag/v1.0.78) - Support deserializing as `&RawValue` in map key position, which would previously fail with *"invalid type: newtype struct"* ([#&#8203;851](https://github.com/serde-rs/json/issues/851)) ### [`v1.0.77`](https://github.com/serde-rs/json/releases/tag/v1.0.77) - Include discord invite links in the published readme - Improve compile error on compiling with neither `std` nor `alloc` feature enabled - Include integration tests in published package ([#&#8203;578](https://github.com/serde-rs/json/issues/578)) ### [`v1.0.76`](https://github.com/serde-rs/json/releases/tag/v1.0.76) - Fix a build error when features `raw_value` and `alloc` are enabled while `std` is disabled ([#&#8203;850](https://github.com/serde-rs/json/issues/850)) ### [`v1.0.75`](https://github.com/serde-rs/json/releases/tag/v1.0.75) - Fix deserialization of small integers in arbitrary_precision mode ([#&#8203;845](https://github.com/serde-rs/json/issues/845)) ### [`v1.0.74`](https://github.com/serde-rs/json/releases/tag/v1.0.74) - Allow creating RawValues from references to unsized values ([#&#8203;841](https://github.com/serde-rs/json/issues/841), thanks [@&#8203;EFanZh](https://github.com/EFanZh)) ### [`v1.0.73`](https://github.com/serde-rs/json/releases/tag/v1.0.73) - Update `itoa` dependency to 1.0 ### [`v1.0.72`](https://github.com/serde-rs/json/releases/tag/v1.0.72) - Interpret `\u`-encoded lone surrogates when deserializing into a byte string ([#&#8203;828](https://github.com/serde-rs/json/issues/828), [#&#8203;829](https://github.com/serde-rs/json/issues/829), thanks [@&#8203;lucacasonato](https://github.com/lucacasonato)) ### [`v1.0.71`](https://github.com/serde-rs/json/releases/tag/v1.0.71) - Add serde_json::Map::get_key_value ([#&#8203;821](https://github.com/serde-rs/json/issues/821), thanks [@&#8203;timothee-haudebourg](https://github.com/timothee-haudebourg)) - Add impl From\<Box\<RawValue>> for Box\<str> ([#&#8203;824](https://github.com/serde-rs/json/issues/824), thanks [@&#8203;jplatte](https://github.com/jplatte)) ### [`v1.0.70`](https://github.com/serde-rs/json/releases/tag/v1.0.70) - Add `serde_json::Map::retain` method ([#&#8203;822](https://github.com/serde-rs/json/issues/822), thanks [@&#8203;deankarn](https://github.com/deankarn)) ### [`v1.0.69`](https://github.com/serde-rs/json/releases/tag/v1.0.69) - Implement Hash for serde_json::Number ([#&#8203;814](https://github.com/serde-rs/json/issues/814), thanks [@&#8203;timothee-haudebourg](https://github.com/timothee-haudebourg)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
kjuulh force-pushed renovate/serde_json-1.x from d34941854b to 4e28ae4b90 2022-10-26 17:04:28 +02:00 Compare
kjuulh force-pushed renovate/serde_json-1.x from 4e28ae4b90 to 74378a625c 2022-10-26 17:22:31 +02:00 Compare
kjuulh changed title from Update Rust crate serde_json to 1.0.87 to Update Rust crate serde_json to 1.0.87 - autoclosed 2022-10-26 19:53:24 +02:00
kjuulh closed this pull request 2022-10-26 19:53:24 +02:00
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

Pull request closed

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: kjuulh/prae#3
No description provided.