Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate serde_with to 1.13 #108

Merged
merged 1 commit into from
Apr 29, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
serde_with dependencies minor 1.12 -> 1.13

Release Notes

jonasbb/serde_with

v1.13.0

Compare Source

Added
  • Added support for indexmap::IndexMap and indexmap::IndexSet types. #​431, #​436

    Both types are now compatible with these functions: maps_duplicate_key_is_error, maps_first_key_wins, sets_duplicate_value_is_error, sets_last_value_wins.
    serde_as integration is provided by implementing both SerializeAs and DeserializeAs for both types.
    IndexMaps can also be serialized as a list of types via the serde_as(as = "Vec<(_, _)>") annotation.

    All implementations are gated behind the indexmap feature.

    Thanks to @​jgrund for providing parts of the implementation.

v1.12.1

Compare Source

Fixed
  • Depend on a newer serde_with_macros version to pull in some fixes.
    • Account for generics when deriving implementations with SerializeDisplay and DeserializeFromStr #​413
    • Provide better error messages when parsing types fails #​423

Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@abdolence abdolence enabled auto-merge (squash) April 29, 2022 15:11
@abdolence abdolence disabled auto-merge April 29, 2022 15:12
@abdolence abdolence merged commit 756c0c4 into master Apr 29, 2022
@abdolence abdolence deleted the renovate/serde_with-1.x branch April 29, 2022 15:12
bmalicoat pushed a commit to bmalicoat/slack-morphism-rust that referenced this pull request May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants