Update Rust crate serde_with to v3.10.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
serde_with | dependencies | minor |
3.9.0 -> 3.10.0
|
Release Notes
jonasbb/serde_with (serde_with)
v3.10.0
: serde_with v3.10.0
Added
-
Add newline separator by @jayvdb (#777)
The
UnixLineSeparator
andDosLineSeparator
can be used together withStringWithSeparator
.
Fixed
-
Proper handling of
cfg_attr
in theserde_as
macro by @sivizius (#782)This allows to parse more valid forms of the
cfg_attr
macro, including multiple values and attribute that do not follow thekey = value
schema.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.