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.0
Release Notes
jonasbb/serde_with (serde_with)
v3.14.0
: serde_with v3.14.0Compare Source
Added
Range
,RangeFrom
,RangeTo
,RangeInclusive
(#851)RangeToInclusive
is currently unsupported by serde.schemars
implementations forBound
,Range
,RangeFrom
,RangeTo
,RangeInclusive
.schemars
v1 under theschemars_1
feature flagv3.13.0
: serde_with v3.13.0Compare Source
Added
schemars
v0.9.0 under theschemars_0_9
feature flag by @swlynch99 (#849)SerializeDisplayAlt
derive macro (#833)An alternative to the
SerializeDisplay
macro except instead of using theplain formatting like
format!("{}", ...)
, it serializes with theFormatter::alternate
flag set to true, likeformat!("{:#}", ...)
Changed
serde_with::rust::unwrap_or_skip
to support deserializing references by @beroal (#832)jsonschema
dev-dependency.serde_conv
available without thestd
feature by @arilou (#839)schemars
v0.9.0 by @swlynch99 (#849)Fixed
DurationSeconds
types 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.