fix(deps): update rust crate serde_with to 3.6 #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.4
->3.6
Release Notes
jonasbb/serde_with (serde_with)
v3.6.1
: serde_with v3.6.1Compare Source
Changed
This allows parallel compilation of
serde
andserde_derive
which can speed up the wallclock time.It requires that downstream crates do not use the "derive" feature either.
v3.6.0
: serde_with v3.6.0Compare Source
Added
IfIsHumanReadable
for conditional implementation by @irriden (#690)Used to specify different transformations for text-based and binary formats.
JsonSchemaAs
impls for allDuration*
andTimestamp*
adaptors by @swlynch99 (#685)Changed
regex
dependency.v3.5.1
: serde_with v3.5.1Compare Source
Fixed
serde_as
macro now better detects existingschemars
attributes on fields and incorporates them by @swlynch99 (#682)This avoids errors on existing
#[schemars(with = ...)]
annotations.v3.5.0
: serde_with v3.5.0Compare Source
Added
schemars
integration added by @swlynch99 (#666)The support uses a new
Schema
top-level item which implementsJsonSchema
The
serde_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 the
schemars
, but support is not complete and will be extended over time.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.