chore(deps): update rust crate serde_json to v1.0.132 #52

Open
renovate-bot wants to merge 1 commit from renovate/serde_json-1.x-lockfile into master
Member

This PR contains the following updates:

Package Type Update Change
serde_json build-dependencies patch 1.0.120 -> 1.0.132
serde_json dependencies patch 1.0.120 -> 1.0.132

Release Notes

serde-rs/json (serde_json)

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


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 these updates 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) | build-dependencies | patch | `1.0.120` -> `1.0.132` | | [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.120` -> `1.0.132` | --- ### Release Notes <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.132`](https://github.com/serde-rs/json/releases/tag/1.0.132) [Compare Source](https://github.com/serde-rs/json/compare/1.0.131...1.0.132) - Improve binary size and compile time for JSON array and JSON object deserialization by about 50% ([#&#8203;1205](https://github.com/serde-rs/json/issues/1205)) - Improve performance of JSON array and JSON object deserialization by about 8% ([#&#8203;1206](https://github.com/serde-rs/json/issues/1206)) ### [`v1.0.131`](https://github.com/serde-rs/json/releases/tag/1.0.131) [Compare Source](https://github.com/serde-rs/json/compare/1.0.130...1.0.131) - Implement Deserializer and IntoDeserializer for `Map<String, Value>` and `&Map<String, Value>` ([#&#8203;1135](https://github.com/serde-rs/json/issues/1135), thanks [@&#8203;swlynch99](https://github.com/swlynch99)) ### [`v1.0.130`](https://github.com/serde-rs/json/releases/tag/1.0.130) [Compare Source](https://github.com/serde-rs/json/compare/1.0.129...1.0.130) - Support converting and deserializing `Number` from i128 and u128 ([#&#8203;1141](https://github.com/serde-rs/json/issues/1141), thanks [@&#8203;druide](https://github.com/druide)) ### [`v1.0.129`](https://github.com/serde-rs/json/releases/tag/1.0.129) [Compare Source](https://github.com/serde-rs/json/compare/1.0.128...1.0.129) - Add [`serde_json::Map::sort_keys`](https://docs.rs/serde_json/1/serde_json/struct.Map.html#method.sort_keys) and [`serde_json::Value::sort_all_objects`](https://docs.rs/serde_json/1/serde_json/enum.Value.html#method.sort_all_objects) ([#&#8203;1199](https://github.com/serde-rs/json/issues/1199)) ### [`v1.0.128`](https://github.com/serde-rs/json/releases/tag/1.0.128) [Compare Source](https://github.com/serde-rs/json/compare/1.0.127...1.0.128) - Support serializing maps containing 128-bit integer keys to serde_json::Value ([#&#8203;1188](https://github.com/serde-rs/json/issues/1188), thanks [@&#8203;Mrreadiness](https://github.com/Mrreadiness)) ### [`v1.0.127`](https://github.com/serde-rs/json/releases/tag/1.0.127) [Compare Source](https://github.com/serde-rs/json/compare/1.0.126...1.0.127) - Add more removal methods to OccupiedEntry ([#&#8203;1179](https://github.com/serde-rs/json/issues/1179), thanks [@&#8203;GREsau](https://github.com/GREsau)) ### [`v1.0.126`](https://github.com/serde-rs/json/releases/tag/1.0.126) [Compare Source](https://github.com/serde-rs/json/compare/1.0.125...1.0.126) - 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 ([#&#8203;1182](https://github.com/serde-rs/json/issues/1182), thanks [@&#8203;CryZe](https://github.com/CryZe)) ### [`v1.0.125`](https://github.com/serde-rs/json/releases/tag/1.0.125) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.124...1.0.125) - Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes ([#&#8203;1172](https://github.com/serde-rs/json/issues/1172), [#&#8203;1175](https://github.com/serde-rs/json/issues/1175), thanks [@&#8203;purplesyringa](https://github.com/purplesyringa)) ### [`v1.0.124`](https://github.com/serde-rs/json/releases/tag/v1.0.124) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.123...v1.0.124) - Fix a bug in processing string escapes in big-endian architectures ([#&#8203;1173](https://github.com/serde-rs/json/issues/1173), thanks [@&#8203;purplesyringa](https://github.com/purplesyringa)) ### [`v1.0.123`](https://github.com/serde-rs/json/releases/tag/v1.0.123) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.122...v1.0.123) - Optimize string parsing by applying SIMD-within-a-register: 30.3% improvement on [twitter.json](https://github.com/miloyip/nativejson-benchmark/blob/v1.0.0/data/twitter.json) from 613 MB/s to 799 MB/s ([#&#8203;1161](https://github.com/serde-rs/json/issues/1161), thanks [@&#8203;purplesyringa](https://github.com/purplesyringa)) ### [`v1.0.122`](https://github.com/serde-rs/json/releases/tag/v1.0.122) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122) - Support using `json!` in no-std crates ([#&#8203;1166](https://github.com/serde-rs/json/issues/1166)) ### [`v1.0.121`](https://github.com/serde-rs/json/releases/tag/v1.0.121) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.121) - Optimize position search in error path ([#&#8203;1160](https://github.com/serde-rs/json/issues/1160), thanks [@&#8203;purplesyringa](https://github.com/purplesyringa)) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjQiLCJ1cGRhdGVkSW5WZXIiOiIzOC4xMjguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
renovate-bot added the
renovate-bot
label 2024-07-29 03:33:13 +05:30
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.121 to chore(deps): update rust crate serde_json to v1.0.122 2024-08-02 03:03:21 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 1c098097af to be8a31802f 2024-08-02 03:03:21 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.122 to chore(deps): update rust crate serde_json to v1.0.123 2024-08-12 00:03:30 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from be8a31802f to 5d475f2271 2024-08-12 00:03:31 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.123 to chore(deps): update rust crate serde_json to v1.0.124 2024-08-12 03:34:54 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 5d475f2271 to a3855e7d1c 2024-08-12 03:34:56 +05:30 Compare
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from a3855e7d1c to 9ec4ded4de 2024-08-15 12:03:00 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.124 to chore(deps): update rust crate serde_json to v1.0.125 2024-08-15 12:03:01 +05:30
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.125 to chore(deps): update rust crate serde_json to v1.0.126 2024-08-24 02:02:11 +05:30
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.126 to chore(deps): update rust crate serde_json to v1.0.127 2024-08-24 03:02:13 +05:30
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.127 to chore(deps): update rust crate serde_json to v1.0.128 2024-09-05 04:33:39 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 9ec4ded4de to 85687e33d9 2024-09-11 19:37:44 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.128 to chore(deps): update rust crate serde_json to v1.0.129 2024-10-18 00:03:36 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 85687e33d9 to 98f7df408f 2024-10-18 00:03:36 +05:30 Compare
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 98f7df408f to f6316970fe 2024-10-18 23:32:28 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.129 to chore(deps): update rust crate serde_json to v1.0.130 2024-10-18 23:32:30 +05:30
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.130 to chore(deps): update rust crate serde_json to v1.0.131 2024-10-19 04:34:12 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from f6316970fe to 24b1d7236d 2024-10-19 04:34:13 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.131 to chore(deps): update rust crate serde_json to v1.0.132 2024-10-19 22:32:36 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 24b1d7236d to 327b80f952 2024-10-19 22:32:37 +05:30 Compare
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/serde_json-1.x-lockfile:renovate/serde_json-1.x-lockfile
git checkout renovate/serde_json-1.x-lockfile

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/serde_json-1.x-lockfile
git checkout master
git merge --ff-only renovate/serde_json-1.x-lockfile
git checkout renovate/serde_json-1.x-lockfile
git rebase master
git checkout master
git merge --no-ff renovate/serde_json-1.x-lockfile
git checkout master
git merge --squash renovate/serde_json-1.x-lockfile
git checkout master
git merge --ff-only renovate/serde_json-1.x-lockfile
git checkout master
git merge renovate/serde_json-1.x-lockfile
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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: ForgeFlux/ftest#52
No description provided.