Skip to content

fix(deps): update rust crate serde_json to v1.0.140 #12

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2023

This PR contains the following updates:

Package Type Update Change
serde_json dependencies patch ~1.0.91 -> ~1.0.140
serde_json dependencies patch 1.0.91 -> 1.0.140

Release Notes

serde-rs/json (serde_json)

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

v1.0.134

Compare Source

  • Add RawValue associated constants for literal null, true, false (#​1221, thanks @​bheylin)

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

v1.0.108

Compare Source

v1.0.107

Compare Source

  • impl IntoDeserializer for &RawValue (#​1071)

v1.0.106

Compare Source

v1.0.105

Compare Source

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)

v1.0.96

Compare Source

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

Configuration

📅 Schedule: Branch creation - "after 10am every weekday,before 5pm every weekday" in timezone Asia/Seoul, 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.92 fix(deps): update rust crate serde_json to v1.0.93 Feb 8, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 26ac17c to b6c7f35 Compare February 8, 2023 23:01
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.93 fix(deps): update rust crate serde_json to v1.0.94 Mar 5, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from b6c7f35 to c224222 Compare March 5, 2023 20:25
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.94 fix(deps): update rust crate serde_json to v1.0.95 Mar 27, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from c224222 to b1211a0 Compare March 27, 2023 18:00
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.95 fix(deps): update rust crate serde_json to v1.0.96 Apr 17, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from b1211a0 to ae67c25 Compare April 17, 2023 13:57
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.96 fix(deps): update rust crate serde_json to v1.0.97 Jun 16, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from ae67c25 to 315033f Compare June 16, 2023 07:04
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.97 fix(deps): update rust crate serde_json to v1.0.98 Jun 24, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 315033f to 912fb80 Compare June 24, 2023 04:35
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.98 fix(deps): update rust crate serde_json to v1.0.99 Jun 24, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 912fb80 to 6711099 Compare June 24, 2023 07:39
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.99 fix(deps): update rust crate serde_json to v1.0.100 Jul 4, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 6711099 to bd69daa Compare July 4, 2023 20:03
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.100 fix(deps): update rust crate serde_json to v1.0.102 Jul 12, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from bd69daa to eac36dd Compare July 12, 2023 02:07
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.102 fix(deps): update rust crate serde_json to v1.0.103 Jul 15, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from eac36dd to 8251fb6 Compare July 15, 2023 22:06
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.103 fix(deps): update rust crate serde_json to v1.0.104 Jul 26, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 8251fb6 to c192e7f Compare July 26, 2023 22:04
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.104 fix(deps): update rust crate serde_json to v1.0.105 Aug 16, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from c192e7f to 5404032 Compare August 16, 2023 01:58
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.105 fix(deps): update rust crate serde_json to v1.0.106 Sep 9, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 5404032 to 26f065d Compare September 9, 2023 20:27
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.106 fix(deps): update rust crate serde_json to v1.0.107 Sep 14, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 26f065d to d25f2a9 Compare September 14, 2023 01:19
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.107 fix(deps): update rust crate serde_json to v1.0.108 Oct 30, 2023
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from d25f2a9 to 727d8ef Compare October 30, 2023 17:32
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.125 fix(deps): update rust crate serde_json to v1.0.126 Aug 23, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 86c4964 to f2bc4ea Compare August 24, 2024 00:02
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.126 fix(deps): update rust crate serde_json to v1.0.127 Aug 24, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from f2bc4ea to 081ff83 Compare September 5, 2024 01:52
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.127 fix(deps): update rust crate serde_json to v1.0.128 Sep 5, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 081ff83 to fb54c6f Compare October 17, 2024 19:39
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.128 fix(deps): update rust crate serde_json to v1.0.129 Oct 17, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from fb54c6f to 9a97f01 Compare October 18, 2024 20:29
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.129 fix(deps): update rust crate serde_json to v1.0.130 Oct 18, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 9a97f01 to 57b0012 Compare October 18, 2024 23:25
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.130 fix(deps): update rust crate serde_json to v1.0.131 Oct 18, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 57b0012 to b5dca59 Compare October 19, 2024 20:07
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.131 fix(deps): update rust crate serde_json to v1.0.132 Oct 19, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from b5dca59 to 59e9be7 Compare November 17, 2024 04:22
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.132 fix(deps): update rust crate serde_json to v1.0.133 Nov 17, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 59e9be7 to cd2de18 Compare December 21, 2024 20:03
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.133 fix(deps): update rust crate serde_json to v1.0.134 Dec 21, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.134 fix(deps): update rust crate serde_json to v1.0.135 Jan 8, 2025
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from cd2de18 to 66572a1 Compare January 8, 2025 13:34
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 66572a1 to efd38d0 Compare January 19, 2025 08:39
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.135 fix(deps): update rust crate serde_json to v1.0.136 Jan 19, 2025
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from efd38d0 to f2b0131 Compare January 20, 2025 01:07
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.136 fix(deps): update rust crate serde_json to v1.0.137 Jan 20, 2025
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from f2b0131 to 4ae1135 Compare January 28, 2025 21:36
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.137 fix(deps): update rust crate serde_json to v1.0.138 Jan 28, 2025
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 4ae1135 to 58b9d36 Compare February 21, 2025 20:09
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.138 fix(deps): update rust crate serde_json to v1.0.139 Feb 21, 2025
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 58b9d36 to 4ca922c Compare March 3, 2025 11:46
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.139 fix(deps): update rust crate serde_json to v1.0.140 Mar 3, 2025
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.

0 participants