Update Rust crate serde_with to v3.8.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
serde_with | dependencies | minor |
3.7.0 -> 3.8.1
|
Release Notes
jonasbb/serde_with (serde_with)
v3.8.1
: serde_with v3.8.1
Fixed
- Do not emit
schemars(deserialize_with = "...")
annotations, asschemars
does not support them (#735) Thanks to @sivizius for reporting the issue.
v3.8.0
: serde_with v3.8.0
Added
- Implement (De)Serialization for Pinned Smart Pointers by @Astralchroma (#733)
- Implement
JsonSchemaAs
forPickFirst
by @swlynch99 (#721)
Changed
- Bump
base64
dependency to v0.22 (#724) - Update dev dependencies
Fixed
-
serde_conv
regressed and triggeredclippy::ptr_arg
and add test to prevent future problems. (#731)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.