serde-rs/json (serde_json)
### [`v1.0.132`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.132)
[Compare Source](https://redirect.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% ([#1205](https://redirect.github.com/serde-rs/json/issues/1205))
- Improve performance of JSON array and JSON object deserialization by about 8% ([#1206](https://redirect.github.com/serde-rs/json/issues/1206))
### [`v1.0.131`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.131)
[Compare Source](https://redirect.github.com/serde-rs/json/compare/1.0.130...1.0.131)
- Implement Deserializer and IntoDeserializer for `Map` and `&Map` ([#1135](https://redirect.github.com/serde-rs/json/issues/1135), thanks [@swlynch99](https://redirect.github.com/swlynch99))
### [`v1.0.130`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.130)
[Compare Source](https://redirect.github.com/serde-rs/json/compare/1.0.129...1.0.130)
- Support converting and deserializing `Number` from i128 and u128 ([#1141](https://redirect.github.com/serde-rs/json/issues/1141), thanks [@druide](https://redirect.github.com/druide))
### [`v1.0.129`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.129)
[Compare Source](https://redirect.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) ([#1199](https://redirect.github.com/serde-rs/json/issues/1199))
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 contains the following updates:
1.0.128
->1.0.132
Release Notes
serde-rs/json (serde_json)
### [`v1.0.132`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.132) [Compare Source](https://redirect.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% ([#1205](https://redirect.github.com/serde-rs/json/issues/1205)) - Improve performance of JSON array and JSON object deserialization by about 8% ([#1206](https://redirect.github.com/serde-rs/json/issues/1206)) ### [`v1.0.131`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.131) [Compare Source](https://redirect.github.com/serde-rs/json/compare/1.0.130...1.0.131) - Implement Deserializer and IntoDeserializer for `MapConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.