fix(deps): update rust crate serde to v1.0.217 #71

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

This PR contains the following updates:

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

Release Notes

serde-rs/serde (serde)

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.217` | --- ### Release Notes <details> <summary>serde-rs/serde (serde)</summary> ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM5Ljg2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot added the
renovate-bot
label 2024-10-22 12:09:24 +05:30
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:19 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 52f1118721 to 81ab24bdeb 2024-10-22 23:06:21 +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:07:42 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 81ab24bdeb to 6f6fc94d66 2024-10-23 00:07:43 +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:15 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 6f6fc94d66 to 7c6437e221 2024-10-28 22:35:16 +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:14:30 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 7c6437e221 to adf095ed7a 2024-12-23 18:14:32 +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:14:33 +05:30
renovate-bot force-pushed renovate/serde-monorepo from adf095ed7a to e76123361d 2024-12-30 05:14:35 +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 checkout 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 checkout master
git merge --no-ff renovate/serde-monorepo
git checkout renovate/serde-monorepo
git rebase master
git checkout master
git merge --ff-only renovate/serde-monorepo
git checkout renovate/serde-monorepo
git rebase master
git checkout master
git merge --no-ff renovate/serde-monorepo
git checkout master
git merge --squash renovate/serde-monorepo
git checkout master
git merge --ff-only renovate/serde-monorepo
git checkout master
git merge renovate/serde-monorepo
git push origin master
Sign in to join this conversation.
No description provided.