Update serde
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| serde (source) | dependencies | patch |
1.0.219 -> 1.0.228
|
| serde_derive (source) | dependencies | patch |
1.0.219 -> 1.0.228
|
| serde_json | dependencies | patch |
1.0.140 -> 1.0.145
|
Release Notes
serde-rs/serde (serde)
v1.0.228
- Allow building documentation with
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)
v1.0.227
- Documentation improvements (#2991)
v1.0.226
- Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @Mingun)
v1.0.225
- Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @rcrisanti)
v1.0.224
- Remove private types being suggested in rustc diagnostics (#2979)
v1.0.223
- Fix serde_core documentation links (#2978)
v1.0.222
- Make
serialize_withattribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)
v1.0.221
v1.0.220
- Add a way for data formats to depend on serde traits without waiting for serde_derive compilation: https://docs.rs/serde_core (#2608, thanks @osiewicz)
serde-rs/json (serde_json)
v1.0.145
- Raise serde version requirement to >=1.0.220
v1.0.144
- Switch serde dependency to serde_core (#1285)
v1.0.143
- Implement Clone and Debug for serde_json::Map iterators (#1264, thanks @xlambein)
- Implement Default for CompactFormatter (#1268, thanks @SOF3)
- Implement FromStr for serde_json::Map (#1271, thanks @mickvangelderen)
v1.0.142
- impl Default for &Value (#1265, thanks @aatifsyed)
v1.0.141
- Optimize string escaping during serialization (#1273, thanks @conradludgate)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Kevin Cox