Update Rust crate serde_with to 3.1.0 #75
Reference in New Issue
Block a user
Delete Branch "renovate/serde_with-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.0.0->3.1.0Release Notes
jonasbb/serde_with (serde_with)
v3.1.0: serde_with v3.1.0Compare Source
Added
Add
FromIntoRefandTryFromIntoRef(#618)Thanks to @oblique for submitting the PR.
The new types are similar to the existing
FromIntoandTryFromIntotypes.They behave different during serialization, allowing the removal of the
Clonebound on theirSerializeAstrait implementationChanged
serde_as(#607)cfg_eval.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.
This PR has been generated by Renovate Bot.