fix(deps): update rust crate serde to v1.0.228 #18

Open
kjuulh wants to merge 1 commits from renovate/serde-monorepo into main
Owner

This PR contains the following updates:

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

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.216` -> `1.0.228` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-12-28 02:50:39 +01:00
fix(deps): update rust crate serde to v1.0.217
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
a14ea1fbcc
kjuulh force-pushed renovate/serde-monorepo from a14ea1fbcc to 327f81438a 2024-12-29 06:40:19 +01:00 Compare
kjuulh force-pushed renovate/serde-monorepo from 327f81438a to 64b0803b2b 2025-01-16 06:52:17 +01:00 Compare
kjuulh force-pushed renovate/serde-monorepo from 64b0803b2b to ae494b463f 2025-01-22 06:51:30 +01:00 Compare
kjuulh force-pushed renovate/serde-monorepo from ae494b463f to a6c1b934cd 2025-01-30 07:10:15 +01:00 Compare
kjuulh force-pushed renovate/serde-monorepo from a6c1b934cd to 3f76f439a3 2025-02-07 06:49:49 +01:00 Compare
kjuulh force-pushed renovate/serde-monorepo from 3f76f439a3 to 365e1272fd 2025-02-13 06:53:08 +01:00 Compare
kjuulh force-pushed renovate/serde-monorepo from 365e1272fd to a005e434ec 2025-02-15 06:47:05 +01:00 Compare
kjuulh 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-20 07:00:18 +01:00
kjuulh force-pushed renovate/serde-monorepo from a005e434ec to c1be948049 2025-02-20 07:00:19 +01:00 Compare
kjuulh force-pushed renovate/serde-monorepo from c1be948049 to 1f515cae5e 2025-03-06 06:59:10 +01:00 Compare
kjuulh 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-26 00:09:53 +01:00
kjuulh force-pushed renovate/serde-monorepo from 1f515cae5e to bc05069000 2025-03-26 00:09:54 +01:00 Compare
kjuulh changed title from fix(deps): update rust crate serde to v1.0.219 to fix(deps): update rust crate serde to v1.0.228 2025-11-13 03:22:16 +01:00
kjuulh force-pushed renovate/serde-monorepo from bc05069000 to bbdff466f3 2025-11-13 03:22:16 +01:00 Compare
kjuulh force-pushed renovate/serde-monorepo from bbdff466f3 to 8cbb177c17 2025-11-13 05:36:35 +01:00 Compare
kjuulh force-pushed renovate/serde-monorepo from 8cbb177c17 to 2d8e2e82b8 2025-11-29 05:46:31 +01:00 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 checkout renovate/serde-monorepo
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/nodata#18
No description provided.