chore(deps): update rust crate serde to v1.0.228 #119

Open
renovate-bot wants to merge 1 commit from renovate/serde-monorepo into master
Member

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch 1.0.210 -> 1.0.228

Release Notes

serde-rs/serde (serde)

v1.0.228

Compare Source

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#​2995)

v1.0.227

Compare Source

v1.0.226

Compare Source

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#​2935, thanks @​Mingun)

v1.0.225

Compare Source

  • 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

Compare Source

  • Remove private types being suggested in rustc diagnostics (#​2979)

v1.0.223

Compare Source

  • Fix serde_core documentation links (#​2978)

v1.0.222

Compare Source

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#​2950, thanks @​aytey)

v1.0.221

Compare Source

  • Documentation improvements (#​2973)
  • Deprecate serde_if_integer128! macro (#​2975)

v1.0.220

Compare Source

v1.0.219

Compare Source

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#​2906, thanks @​davidzeng0)

v1.0.218

Compare Source

  • Documentation improvements

v1.0.217

Compare Source

  • Support serializing externally tagged unit variant inside flattened field (#​2786, thanks @​Mingun)

v1.0.216

Compare Source

v1.0.215

Compare Source

v1.0.214

Compare Source

  • Implement IntoDeserializer for all Deserializers in serde:🇩🇪:value module (#​2568, thanks @​Mingun)

v1.0.213

Compare Source

  • Fix support for macro-generated with attributes inside a newtype struct (#​2847)

v1.0.212

Compare Source

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#​2845)

v1.0.211

Compare Source

  • Improve error reporting about mismatched signature in with and default attributes (#​2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#​2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#​2821)

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](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | dependencies | patch | `1.0.210` -> `1.0.228` | --- ### Release Notes <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.228`](https://github.com/serde-rs/serde/releases/tag/v1.0.228) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.227...v1.0.228) - Allow building documentation with `RUSTDOCFLAGS='--cfg=docsrs'` set for the whole dependency graph ([#&#8203;2995](https://github.com/serde-rs/serde/issues/2995)) ### [`v1.0.227`](https://github.com/serde-rs/serde/releases/tag/v1.0.227) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.226...v1.0.227) - Documentation improvements ([#&#8203;2991](https://github.com/serde-rs/serde/issues/2991)) ### [`v1.0.226`](https://github.com/serde-rs/serde/releases/tag/v1.0.226) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.225...v1.0.226) - Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums ([#&#8203;2935](https://github.com/serde-rs/serde/issues/2935), thanks [@&#8203;Mingun](https://github.com/Mingun)) ### [`v1.0.225`](https://github.com/serde-rs/serde/releases/tag/v1.0.225) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.224...v1.0.225) - Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations ([#&#8203;2879](https://github.com/serde-rs/serde/issues/2879), thanks [@&#8203;rcrisanti](https://github.com/rcrisanti)) ### [`v1.0.224`](https://github.com/serde-rs/serde/releases/tag/v1.0.224) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.223...v1.0.224) - Remove private types being suggested in rustc diagnostics ([#&#8203;2979](https://github.com/serde-rs/serde/issues/2979)) ### [`v1.0.223`](https://github.com/serde-rs/serde/releases/tag/v1.0.223) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.222...v1.0.223) - Fix serde\_core documentation links ([#&#8203;2978](https://github.com/serde-rs/serde/issues/2978)) ### [`v1.0.222`](https://github.com/serde-rs/serde/releases/tag/v1.0.222) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.221...v1.0.222) - Make `serialize_with` attribute produce code that works if respanned to 2024 edition ([#&#8203;2950](https://github.com/serde-rs/serde/issues/2950), thanks [@&#8203;aytey](https://github.com/aytey)) ### [`v1.0.221`](https://github.com/serde-rs/serde/releases/tag/v1.0.221) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.220...v1.0.221) - Documentation improvements ([#&#8203;2973](https://github.com/serde-rs/serde/issues/2973)) - Deprecate `serde_if_integer128!` macro ([#&#8203;2975](https://github.com/serde-rs/serde/issues/2975)) ### [`v1.0.220`](https://github.com/serde-rs/serde/releases/tag/v1.0.220) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.219...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> ([#&#8203;2608](https://github.com/serde-rs/serde/issues/2608), thanks [@&#8203;osiewicz](https://github.com/osiewicz)) ### [`v1.0.219`](https://github.com/serde-rs/serde/releases/tag/v1.0.219) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219) - Prevent `absolute_paths` Clippy restriction being triggered inside macro-generated code ([#&#8203;2906](https://github.com/serde-rs/serde/issues/2906), thanks [@&#8203;davidzeng0](https://github.com/davidzeng0)) ### [`v1.0.218`](https://github.com/serde-rs/serde/releases/tag/v1.0.218) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218) - Documentation improvements ### [`v1.0.217`](https://github.com/serde-rs/serde/releases/tag/v1.0.217) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.216...v1.0.217) - Support serializing externally tagged unit variant inside flattened field ([#&#8203;2786](https://github.com/serde-rs/serde/issues/2786), thanks [@&#8203;Mingun](https://github.com/Mingun)) ### [`v1.0.216`](https://github.com/serde-rs/serde/releases/tag/v1.0.216) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216) - Mark all generated impls with #\[automatically\_derived] to exclude from code coverage ([#&#8203;2866](https://github.com/serde-rs/serde/issues/2866), [#&#8203;2868](https://github.com/serde-rs/serde/issues/2868), thanks [@&#8203;tdittr](https://github.com/tdittr)) ### [`v1.0.215`](https://github.com/serde-rs/serde/releases/tag/v1.0.215) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.215) - Produce warning when multiple fields or variants have the same deserialization name ([#&#8203;2855](https://github.com/serde-rs/serde/issues/2855), [#&#8203;2856](https://github.com/serde-rs/serde/issues/2856), [#&#8203;2857](https://github.com/serde-rs/serde/issues/2857)) ### [`v1.0.214`](https://github.com/serde-rs/serde/releases/tag/v1.0.214) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.213...v1.0.214) - Implement IntoDeserializer for all Deserializers in serde::de::value module ([#&#8203;2568](https://github.com/serde-rs/serde/issues/2568), thanks [@&#8203;Mingun](https://github.com/Mingun)) ### [`v1.0.213`](https://github.com/serde-rs/serde/releases/tag/v1.0.213) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.212...v1.0.213) - Fix support for macro-generated `with` attributes inside a newtype struct ([#&#8203;2847](https://github.com/serde-rs/serde/issues/2847)) ### [`v1.0.212`](https://github.com/serde-rs/serde/releases/tag/v1.0.212) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.211...v1.0.212) - Fix hygiene of macro-generated local variable accesses in serde(with) wrappers ([#&#8203;2845](https://github.com/serde-rs/serde/issues/2845)) ### [`v1.0.211`](https://github.com/serde-rs/serde/releases/tag/v1.0.211) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.211) - Improve error reporting about mismatched signature in `with` and `default` attributes ([#&#8203;2558](https://github.com/serde-rs/serde/issues/2558), thanks [@&#8203;Mingun](https://github.com/Mingun)) - Show variant aliases in error message when variant deserialization fails ([#&#8203;2566](https://github.com/serde-rs/serde/issues/2566), thanks [@&#8203;Mingun](https://github.com/Mingun)) - Improve binary size of untagged enum and internally tagged enum deserialization by about 12% ([#&#8203;2821](https://github.com/serde-rs/serde/issues/2821)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.211 to fix(deps): update rust crate serde to v1.0.212 2024-10-22 23:06:48 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 038c879c41 to a1ae29b3c1 2024-10-22 23:06:50 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.212 to fix(deps): update rust crate serde to v1.0.213 2024-10-23 00:08:16 +05:30
renovate-bot force-pushed renovate/serde-monorepo from a1ae29b3c1 to 2dcafe9541 2024-10-23 00:08:18 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.213 to fix(deps): update rust crate serde to v1.0.214 2024-10-28 22:35:49 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 2dcafe9541 to 4b379051a1 2024-10-28 22:35:50 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.214 to fix(deps): update rust crate serde to v1.0.216 2024-12-23 18:15:44 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 4b379051a1 to 4cab70d4bb 2024-12-23 18:15:45 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.216 to fix(deps): update rust crate serde to v1.0.217 2024-12-30 05:15:35 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 4cab70d4bb to 5a7e7318ea 2024-12-30 05:15:36 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.217 to fix(deps): update rust crate serde to v1.0.218 2025-02-24 05:18:08 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 5a7e7318ea to 2bf6e6c223 2025-02-24 05:18:09 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.218 to fix(deps): update rust crate serde to v1.0.219 2025-03-17 05:15:50 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 2bf6e6c223 to 004f067f70 2025-03-17 05:15:52 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.219 to chore(deps): update rust crate serde to v1.0.223 2025-09-15 05:19:20 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 004f067f70 to 7d65893b5a 2025-09-15 05:19:22 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate serde to v1.0.223 to chore(deps): update rust crate serde to v1.0.226 2025-09-22 05:23:08 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 7d65893b5a to 5b6386669e 2025-09-22 05:23:09 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate serde to v1.0.226 to chore(deps): update rust crate serde to v1.0.228 2025-09-29 05:19:21 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 5b6386669e to 37821683fa 2025-09-29 05:19:21 +05:30 Compare
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-monorepo:renovate/serde-monorepo
git switch renovate/serde-monorepo

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-monorepo
git switch renovate/serde-monorepo
git rebase master
git switch master
git merge --ff-only renovate/serde-monorepo
git switch renovate/serde-monorepo
git rebase master
git switch master
git merge --no-ff renovate/serde-monorepo
git switch master
git merge --squash renovate/serde-monorepo
git switch master
git merge --ff-only renovate/serde-monorepo
git switch master
git merge renovate/serde-monorepo
git push origin master
Sign in to join this conversation.
No description provided.