Skip to content

fix(deps): update serde monorepo to v1.0.205

Panter User for API access requested to merge renovate/serde-monorepo into main

This MR contains the following updates:

Package Type Update Change
serde (source) dependencies patch 1.0.204 -> 1.0.205
serde_derive (source) dependencies patch 1.0.204 -> 1.0.205

Release Notes

serde-rs/serde (serde)

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: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports