chore(deps): update rust crate serde_json to v1.0.148 #118

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 dependencies patch 1.0.128 -> 1.0.148

Release Notes

serde-rs/json (serde_json)

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


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 this update 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) | dependencies | patch | `1.0.128` -> `1.0.148` | --- ### Release Notes <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.148`](https://github.com/serde-rs/json/releases/tag/v1.0.148) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.147...v1.0.148) - Update `zmij` dependency to 1.0 ### [`v1.0.147`](https://github.com/serde-rs/json/releases/tag/v1.0.147) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.146...v1.0.147) - Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance ([#&#8203;1304](https://github.com/serde-rs/json/issues/1304)) ### [`v1.0.146`](https://github.com/serde-rs/json/releases/tag/v1.0.146) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.145...v1.0.146) - Set fast\_arithmetic=64 for riscv64 ([#&#8203;1305](https://github.com/serde-rs/json/issues/1305), thanks [@&#8203;Xeonacid](https://github.com/Xeonacid)) ### [`v1.0.145`](https://github.com/serde-rs/json/releases/tag/v1.0.145) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.144...v1.0.145) - Raise serde version requirement to >=1.0.220 ### [`v1.0.144`](https://github.com/serde-rs/json/releases/tag/v1.0.144) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.143...v1.0.144) - Switch serde dependency to serde\_core ([#&#8203;1285](https://github.com/serde-rs/json/issues/1285)) ### [`v1.0.143`](https://github.com/serde-rs/json/releases/tag/v1.0.143) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.142...v1.0.143) - Implement Clone and Debug for serde\_json::Map iterators ([#&#8203;1264](https://github.com/serde-rs/json/issues/1264), thanks [@&#8203;xlambein](https://github.com/xlambein)) - Implement Default for CompactFormatter ([#&#8203;1268](https://github.com/serde-rs/json/issues/1268), thanks [@&#8203;SOF3](https://github.com/SOF3)) - Implement FromStr for serde\_json::Map ([#&#8203;1271](https://github.com/serde-rs/json/issues/1271), thanks [@&#8203;mickvangelderen](https://github.com/mickvangelderen)) ### [`v1.0.142`](https://github.com/serde-rs/json/releases/tag/v1.0.142) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.141...v1.0.142) - impl Default for \&Value ([#&#8203;1265](https://github.com/serde-rs/json/issues/1265), thanks [@&#8203;aatifsyed](https://github.com/aatifsyed)) ### [`v1.0.141`](https://github.com/serde-rs/json/releases/tag/v1.0.141) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.140...v1.0.141) - Optimize string escaping during serialization ([#&#8203;1273](https://github.com/serde-rs/json/issues/1273), thanks [@&#8203;conradludgate](https://github.com/conradludgate)) ### [`v1.0.140`](https://github.com/serde-rs/json/releases/tag/v1.0.140) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.139...v1.0.140) - Documentation improvements ### [`v1.0.139`](https://github.com/serde-rs/json/releases/tag/v1.0.139) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.138...v1.0.139) - Documentation improvements ### [`v1.0.138`](https://github.com/serde-rs/json/releases/tag/v1.0.138) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138) - Documentation improvements ### [`v1.0.137`](https://github.com/serde-rs/json/releases/tag/v1.0.137) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.136...v1.0.137) - Turn on "float\_roundtrip" and "unbounded\_depth" features for serde\_json in play.rust-lang.org ([#&#8203;1231](https://github.com/serde-rs/json/issues/1231)) ### [`v1.0.136`](https://github.com/serde-rs/json/releases/tag/v1.0.136) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.135...v1.0.136) - Optimize serde\_json::value::Serializer::serialize\_map by using Map::with\_capacity ([#&#8203;1230](https://github.com/serde-rs/json/issues/1230), thanks [@&#8203;goffrie](https://github.com/goffrie)) ### [`v1.0.135`](https://github.com/serde-rs/json/releases/tag/v1.0.135) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) - Add serde\_json::Map::into\_values method ([#&#8203;1226](https://github.com/serde-rs/json/issues/1226), thanks [@&#8203;tisonkun](https://github.com/tisonkun)) ### [`v1.0.134`](https://github.com/serde-rs/json/releases/tag/v1.0.134) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134) - Add `RawValue` associated constants for literal `null`, `true`, `false` ([#&#8203;1221](https://github.com/serde-rs/json/issues/1221), thanks [@&#8203;bheylin](https://github.com/bheylin)) ### [`v1.0.133`](https://github.com/serde-rs/json/releases/tag/v1.0.133) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133) - Implement From<\[T; N]> for serde\_json::Value ([#&#8203;1215](https://github.com/serde-rs/json/issues/1215)) ### [`v1.0.132`](https://github.com/serde-rs/json/releases/tag/v1.0.132) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.131...v1.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/v1.0.131) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.130...v1.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/v1.0.130) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.129...v1.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/v1.0.129) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.128...v1.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)) </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMCIsInVwZGF0ZWRJblZlciI6IjQyLjUyLjgiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.129 to fix(deps): update rust crate serde_json to v1.0.130 2024-10-18 23:35:00 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 4e274fe7b6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
to fb0359edf2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-10-18 23:35:01 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.130 to fix(deps): update rust crate serde_json to v1.0.131 2024-10-19 04:36:46 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from fb0359edf2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
to 2b568a2bac
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-10-19 04:36:48 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.131 to fix(deps): update rust crate serde_json to v1.0.132 2024-10-19 22:35:01 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 2b568a2bac
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
to 4d122b8de9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-10-19 22:35:02 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.132 to fix(deps): update rust crate serde_json to v1.0.134 2024-12-23 18:15:49 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 4d122b8de9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
to ea0e842b3e 2024-12-23 18:15:50 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.134 to fix(deps): update rust crate serde_json to v1.0.135 2025-01-10 22:45:16 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from ea0e842b3e to 6595a70d4d 2025-01-10 22:45:18 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.135 to fix(deps): update rust crate serde_json to v1.0.137 2025-01-20 05:17:47 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 6595a70d4d to dd4c7a6b8c 2025-01-20 05:17:48 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.137 to fix(deps): update rust crate serde_json to v1.0.138 2025-02-03 05:20:39 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from dd4c7a6b8c to 4ead1c96d0 2025-02-03 05:20:40 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.138 to fix(deps): update rust crate serde_json to v1.0.139 2025-02-24 05:18:12 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 4ead1c96d0 to 961bb0bd30 2025-02-24 05:18:14 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.139 to fix(deps): update rust crate serde_json to v1.0.140 2025-03-17 05:15:54 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 961bb0bd30 to 15c3b5747f 2025-03-17 05:15:55 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.140 to fix(deps): update rust crate serde_json to v1.0.141 2025-07-21 05:13:42 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 15c3b5747f to 6bd7144fe3 2025-07-21 05:13:43 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.141 to fix(deps): update rust crate serde_json to v1.0.142 2025-08-04 05:20:31 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 6bd7144fe3 to 989956df78 2025-08-04 05:20:32 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.142 to fix(deps): update rust crate serde_json to v1.0.143 2025-08-25 05:17:58 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 989956df78 to 1eb7fcab38 2025-08-25 05:17:58 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde_json to v1.0.143 to chore(deps): update rust crate serde_json to v1.0.145 2025-09-15 05:19:27 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 1eb7fcab38 to 50b7839104 2025-09-15 05:19:27 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate serde_json to v1.0.145 to chore(deps): update rust crate serde_json to v1.0.148 2025-12-29 05:14:29 +05:30
renovate-bot force-pushed renovate/serde_json-1.x-lockfile from 50b7839104 to e8a97e2fd0
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
2025-12-29 05:14:31 +05:30
Compare
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
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 switch renovate/serde_json-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/serde_json-1.x-lockfile
git switch renovate/serde_json-1.x-lockfile
git rebase master
git switch master
git merge --ff-only renovate/serde_json-1.x-lockfile
git switch renovate/serde_json-1.x-lockfile
git rebase master
git switch master
git merge --no-ff renovate/serde_json-1.x-lockfile
git switch master
git merge --squash renovate/serde_json-1.x-lockfile
git switch master
git merge --ff-only renovate/serde_json-1.x-lockfile
git switch master
git merge renovate/serde_json-1.x-lockfile
git push origin master
Sign in to join this conversation.
No description provided.