fix(deps): update rust crate serde to v1.0.214 #19

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.204 -> 1.0.214

Release Notes

serde-rs/serde (serde)

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)

v1.0.210

Compare Source

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#​2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#​2818)

v1.0.209

Compare Source

  • Fix deserialization of empty structs and empty tuples inside of untagged enums (#​2805, thanks @​Mingun)

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)

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.204` -> `1.0.214` | --- ### Release Notes <details> <summary>serde-rs/serde (serde)</summary> ### [`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)) ### [`v1.0.210`](https://github.com/serde-rs/serde/releases/tag/v1.0.210) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210) - Support serializing and deserializing `IpAddr` and `SocketAddr` in no-std mode on Rust 1.77+ ([#&#8203;2816](https://github.com/serde-rs/serde/issues/2816), thanks [@&#8203;MathiasKoch](https://github.com/MathiasKoch)) - Make `serde::ser::StdError` and `serde::de::StdError` equivalent to `core::error::Error` on Rust 1.81+ ([#&#8203;2818](https://github.com/serde-rs/serde/issues/2818)) ### [`v1.0.209`](https://github.com/serde-rs/serde/releases/tag/v1.0.209) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209) - Fix deserialization of empty structs and empty tuples inside of untagged enums ([#&#8203;2805](https://github.com/serde-rs/serde/issues/2805), thanks [@&#8203;Mingun](https://github.com/Mingun)) ### [`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)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMS4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.205 to fix(deps): update rust crate serde to v1.0.206 2024-08-11 13:35:39 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 49d4ff420c to 38d7c6c826 2024-08-11 13:35:40 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.206 to fix(deps): update rust crate serde to v1.0.207 2024-08-13 02:05:07 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 38d7c6c826 to 13c2df355b 2024-08-13 02:05:09 +05:30 Compare
renovate-bot force-pushed renovate/serde-monorepo from 13c2df355b to 9d4caf7749 2024-08-15 21:34:35 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.207 to fix(deps): update rust crate serde to v1.0.208 2024-08-15 21:34:35 +05:30
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.208 to fix(deps): update rust crate serde to v1.0.209 2024-08-24 09:34:40 +05:30
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.209 to fix(deps): update rust crate serde to v1.0.210 2024-09-07 00:05:30 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 9d4caf7749 to 6e01db2658 2024-09-11 19:40:42 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate serde to v1.0.210 to fix(deps): update rust crate serde to v1.0.211 2024-10-22 12:08:56 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 6e01db2658 to 257955a59b 2024-10-22 12:08:57 +05:30 Compare
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:05:55 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 257955a59b to 0bc8cc7574 2024-10-22 23:05:56 +05:30 Compare
renovate-bot force-pushed renovate/serde-monorepo from 0bc8cc7574 to 48ddaed8e4 2024-10-23 00:07:16 +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:16 +05:30
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:34:52 +05:30
renovate-bot force-pushed renovate/serde-monorepo from 48ddaed8e4 to bbe7d07fd9 2024-10-28 22:34:53 +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.
git checkout master
git merge --no-ff renovate/serde-monorepo
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 reviewers
No labels
No milestone
No project
No assignees
1 participant
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: realaravinth/libcachebust#19
No description provided.