Bump serde from 1.0.210 to 1.0.211
Bumps serde from 1.0.210 to 1.0.211.
Release notes
Sourced from serde's releases.
v1.0.211
- Improve error reporting about mismatched signature in
with
anddefault
attributes (#2558, thanks@Mingun
)- Show variant aliases in error message when variant deserialization fails (#2566, thanks
@Mingun
)- Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)
Commits
-
1b8310d
Release 1.0.211 -
af4c388
Merge pull request #2843 from dtolnay/fieldwithaliases -
09f6d93
Collect field ident and aliases into a struct -
1f9eb83
Merge pull request #2842 from dtolnay/identsaliases -
c6a5be7
Rename variant_names_idents -> variant_idents_aliases -
0a06af8
Rename field_names_idents -> field_idents_aliases -
3393ad6
Make most of prepare_enum_variant_enum independent of variant_names_idents it... -
830309f
Merge pull request #2841 from dtolnay/serializewith -
ab4f3f3
Reduce scope of quote_spanned on SerializeWith wrapper -
00460b8
Fix wording in comments from PR 2558 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts