serde_with v1.9.1
Changed
NoneAsEmptyString
: Deserialize usingFromStr
instead of usingfor<'a> From<&'a str>
(#316)
This will not change any behavior when applied to a field of typeOption<String>
as used in the documentation.
Thanks to @mkroening for finding and fixing the issue.