Update Rust crate serde_with to 3.2.0 #90

Merged
pierre merged 1 commits from renovate/serde_with-3.x into master 2023-08-05 00:28:27 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
serde_with dependencies minor 3.1.0 -> 3.2.0

Release Notes

jonasbb/serde_with (serde_with)

v3.2.0: serde_with v3.2.0

Compare Source

Added
  • Add optional support for indexmap v2 (#​621)
    Support for v1 is already available using the indexmap_1 feature.
    This adds identical support for v2 of indexmap using the indexmap_2 feature.
Changed
  • Bump MSRV to 1.64, since that is required for the indexmap v2 dependency.
Fixed
  • Prevent panics when deserializing i64::MIN using TimestampSeconds<i64> (#​632, #​633)
    Thanks to @​hollmmax for reporting and fixing the issue.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_with](https://github.com/jonasbb/serde_with) | dependencies | minor | `3.1.0` -> `3.2.0` | --- ### Release Notes <details> <summary>jonasbb/serde_with (serde_with)</summary> ### [`v3.2.0`](https://github.com/jonasbb/serde_with/releases/tag/v3.2.0): serde_with v3.2.0 [Compare Source](https://github.com/jonasbb/serde_with/compare/v3.1.0...v3.2.0) ##### Added - Add optional support for indexmap v2 ([#&#8203;621](https://github.com/jonasbb/serde_with/issues/621)) Support for v1 is already available using the `indexmap_1` feature. This adds identical support for v2 of indexmap using the `indexmap_2` feature. ##### Changed - Bump MSRV to 1.64, since that is required for the indexmap v2 dependency. ##### Fixed - Prevent panics when deserializing `i64::MIN` using `TimestampSeconds<i64>` ([#&#8203;632](https://github.com/jonasbb/serde_with/issues/632), [#&#8203;633](https://github.com/jonasbb/serde_with/issues/633)) Thanks to [@&#8203;hollmmax](https://github.com/hollmmax) for reporting and fixing the issue. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMy4zIiwidXBkYXRlZEluVmVyIjoiMzYuMzMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
pierre added 1 commit 2023-08-05 00:23:50 +00:00
Update Rust crate serde_with to 3.2.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
7a93a1e3c6
pierre scheduled this pull request to auto merge when all checks succeed 2023-08-05 00:23:50 +00:00
pierre merged commit 7a93a1e3c6 into master 2023-08-05 00:28:27 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/SeaBattle#90
No description provided.