Skip to content

Update Rust crate serde_json to v1.0.149#12

Open
renovate[bot] wants to merge 1 commit intomasterfrom
fixes/dependency/serde_json-1.x
Open

Update Rust crate serde_json to v1.0.149#12
renovate[bot] wants to merge 1 commit intomasterfrom
fixes/dependency/serde_json-1.x

Conversation

@renovate
Copy link
Copy Markdown
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.149
serde_json dependencies patch 1.0.911.0.149

Release Notes

serde-rs/json (serde_json)

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

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: (in timezone Asia/Seoul)

  • Branch creation
    • "after 10am every weekday,before 5pm every weekday"
  • 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.113 fix(deps): update rust crate serde_json to v1.0.114 Feb 20, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from d7c3c35 to 3a99af6 Compare March 26, 2024 07:32
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.114 fix(deps): update rust crate serde_json to v1.0.115 Mar 26, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 3a99af6 to 489f17b Compare April 16, 2024 07:13
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.115 fix(deps): update rust crate serde_json to v1.0.116 Apr 16, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 489f17b to c1c24c6 Compare May 8, 2024 00:43
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.116 fix(deps): update rust crate serde_json to v1.0.117 May 8, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from c1c24c6 to d704870 Compare June 25, 2024 07:09
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.117 fix(deps): update rust crate serde_json to v1.0.118 Jun 25, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from d704870 to d28eb33 Compare June 30, 2024 19:23
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.118 fix(deps): update rust crate serde_json to v1.0.119 Jun 30, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from d28eb33 to 1a41c6e Compare July 1, 2024 18:41
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.119 fix(deps): update rust crate serde_json to v1.0.120 Jul 1, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.120 fix(deps): update rust crate serde_json to v1.0.121 Jul 28, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch 2 times, most recently from a4fdd10 to dd1ec2e Compare August 1, 2024 22:38
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.121 fix(deps): update rust crate serde_json to v1.0.122 Aug 1, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from dd1ec2e to 707b11a Compare August 11, 2024 18:41
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.122 fix(deps): update rust crate serde_json to v1.0.123 Aug 11, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from 707b11a to e4d3648 Compare August 11, 2024 21:41
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.123 fix(deps): update rust crate serde_json to v1.0.124 Aug 11, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from e4d3648 to c076db4 Compare August 15, 2024 08:07
@renovate renovate bot changed the title fix(deps): update rust crate serde_json to v1.0.124 fix(deps): update rust crate serde_json to v1.0.125 Aug 15, 2024
@renovate renovate bot force-pushed the fixes/dependency/serde_json-1.x branch from c076db4 to 86c4964 Compare August 23, 2024 21:17
@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
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