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

Update Rust crate serde_json to 1.0.81 #7

Merged
merged 1 commit into from
May 22, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
serde_json dependencies patch 1.0.64 -> 1.0.81

Release Notes

serde-rs/json

v1.0.81

Compare Source

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

v1.0.80

Compare Source

  • Documentation improvements

v1.0.79

Compare Source

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

v1.0.78

Compare Source

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

v1.0.77

Compare Source

  • 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

Compare Source

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

v1.0.75

Compare Source

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

v1.0.74

Compare Source

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

v1.0.73

Compare Source

  • Update itoa dependency to 1.0

v1.0.72

Compare Source

v1.0.71

Compare Source

v1.0.70

Compare Source

v1.0.69

Compare Source

v1.0.68

Compare Source

  • Preserve negative sign of -0 when deserializing to f32 or f64 (#​799, #​801)

v1.0.67

Compare Source

  • Fix inconsistency of deserialization of unknown fields in a struct variant from bytes vs from Value (#​795)

v1.0.66

Compare Source

  • Preserve exponent signifier and unary plus in exponent of arbitrary_precision numbers (#​786, thanks @​ruifengx)

v1.0.65

Compare Source

  • Documentation improvements

Configuration

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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/serde_json-1.x branch from 69ecd94 to 93a4bf9 Compare March 7, 2022 11:52
@renovate renovate bot changed the title Update Rust crate serde_json to 1.0.68 Update Rust crate serde_json to 1.0.79 Mar 7, 2022
@renovate renovate bot changed the title Update Rust crate serde_json to 1.0.79 Update Rust crate serde_json to 1.0.81 May 15, 2022
@renovate renovate bot force-pushed the renovate/serde_json-1.x branch from 93a4bf9 to 31b43b6 Compare May 15, 2022 19:49
@renovate renovate bot force-pushed the renovate/serde_json-1.x branch from 31b43b6 to b882057 Compare May 22, 2022 05:01
@sozysozbot sozysozbot merged commit 65a269b into master May 22, 2022
@renovate renovate bot deleted the renovate/serde_json-1.x branch May 22, 2022 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants