fix(deps): update rust crate serde to v1.0.208 #37

Merged
kjuulh merged 1 commits from renovate/serde-monorepo into main 2024-08-21 22:49:22 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch 1.0.203 -> 1.0.208

Release Notes

serde-rs/serde (serde)

v1.0.208

Compare Source

  • Support serializing and deserializing unit structs in a flatten field (#​2802, thanks @​jonhoo)

v1.0.207

Compare Source

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#​2795, thanks @​Mingun)

v1.0.206

Compare Source

v1.0.205

Compare Source

  • Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#​2785, thanks @​Mingun)
  • Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#​2791)

v1.0.204

Compare Source

  • Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#​2767, thanks @​weiznich)

Configuration

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

🚦 Automerge: Enabled.

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.203` -> `1.0.208` | --- ### Release Notes <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.208`](https://github.com/serde-rs/serde/releases/tag/v1.0.208) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.208) - Support serializing and deserializing unit structs in a `flatten` field ([#&#8203;2802](https://github.com/serde-rs/serde/issues/2802), thanks [@&#8203;jonhoo](https://github.com/jonhoo)) ### [`v1.0.207`](https://github.com/serde-rs/serde/releases/tag/v1.0.207) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.206...v1.0.207) - Improve interactions between `flatten` attribute and `skip_serializing`/`skip_deserializing` ([#&#8203;2795](https://github.com/serde-rs/serde/issues/2795), thanks [@&#8203;Mingun](https://github.com/Mingun)) ### [`v1.0.206`](https://github.com/serde-rs/serde/releases/tag/v1.0.206) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.205...v1.0.206) - Improve support for `flatten` attribute inside of enums ([#&#8203;2567](https://github.com/serde-rs/serde/issues/2567), thanks [@&#8203;Mingun](https://github.com/Mingun)) ### [`v1.0.205`](https://github.com/serde-rs/serde/releases/tag/v1.0.205) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.205) - Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants ([#&#8203;2785](https://github.com/serde-rs/serde/issues/2785), thanks [@&#8203;Mingun](https://github.com/Mingun)) - Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields ([#&#8203;2791](https://github.com/serde-rs/serde/issues/2791)) ### [`v1.0.204`](https://github.com/serde-rs/serde/releases/tag/v1.0.204) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204) - Apply #\[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies ([#&#8203;2767](https://github.com/serde-rs/serde/issues/2767), thanks [@&#8203;weiznich](https://github.com/weiznich)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-08-21 22:46:39 +02:00
fix(deps): update rust crate serde to v1.0.208
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
1fcd7e3946
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-08-21 22:46:40 +02:00
kjuulh merged commit 1fcd7e3946 into main 2024-08-21 22:49:22 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/contractor#37
No description provided.