Update Rust crate serde_with to 3.14.0 #520
Reference in New Issue
Block a user
No description provided.
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.12.0->3.14.0Release Notes
jonasbb/serde_with (serde_with)
v3.14.0: serde_with v3.14.0Compare Source
Added
Range,RangeFrom,RangeTo,RangeInclusive(#851)RangeToInclusiveis currently unsupported by serde.schemarsimplementations forBound,Range,RangeFrom,RangeTo,RangeInclusive.schemarsv1 under theschemars_1feature flagv3.13.0: serde_with v3.13.0Compare Source
Added
schemarsv0.9.0 under theschemars_0_9feature flag by @swlynch99 (#849)SerializeDisplayAltderive macro (#833)An alternative to the
SerializeDisplaymacro except instead of using theplain formatting like
format!("{}", ...), it serializes with theFormatter::alternateflag set to true, likeformat!("{:#}", ...)Changed
serde_with::rust::unwrap_or_skipto support deserializing references by @beroal (#832)jsonschemadev-dependency.serde_convavailable without thestdfeature by @arilou (#839)schemarsv0.9.0 by @swlynch99 (#849)Fixed
DurationSecondstypes and other variants more accessible even withoutstd(#845)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.