Update Rust crate serde_with to 3.5.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
serde_with | dependencies | minor |
3.4.0 -> 3.5.0
|
Release Notes
jonasbb/serde_with (serde_with)
v3.5.0
: serde_with v3.5.0
Added
- Support for
schemars
integration added by @swlynch99 (#666) The support uses a newSchema
top-level item which implementsJsonSchema
Theserde_as
macro can now detectschemars
usage and emits matching annotations for all fields withserde_as
attribute. Many types of this crate come already with support for theschemars
, but support is not complete and will be extended over time.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.