Update Rust crate serde_with to 3.1.0 #75

Merged
pierre merged 1 commits from renovate/serde_with-3.x into master 2023-07-19 00:35:44 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
serde_with dependencies minor 3.0.0 -> 3.1.0

Release Notes

jonasbb/serde_with (serde_with)

v3.1.0: serde_with v3.1.0

Compare Source

Added
  • Add FromIntoRef and TryFromIntoRef (#​618)
    Thanks to @​oblique for submitting the PR.

    The new types are similar to the existing FromInto and TryFromInto types.
    They behave different during serialization, allowing the removal of the Clone bound on their SerializeAs trait implementation

Changed
  • Improve documentation about cfg-gating serde_as (#​607)
  • Bump MSRV to 1.61 because that is required by the crate cfg_eval.

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.0.0` -> `3.1.0` | --- ### Release Notes <details> <summary>jonasbb/serde_with (serde_with)</summary> ### [`v3.1.0`](https://github.com/jonasbb/serde_with/releases/tag/v3.1.0): serde_with v3.1.0 [Compare Source](https://github.com/jonasbb/serde_with/compare/v3.0.0...v3.1.0) ##### Added - Add `FromIntoRef` and `TryFromIntoRef` ([#&#8203;618](https://github.com/jonasbb/serde_with/issues/618)) Thanks to [@&#8203;oblique](https://github.com/oblique) for submitting the PR. The new types are similar to the existing `FromInto` and `TryFromInto` types. They behave different during serialization, allowing the removal of the `Clone` bound on their `SerializeAs` trait implementation ##### Changed - Improve documentation about cfg-gating `serde_as` ([#&#8203;607](https://github.com/jonasbb/serde_with/issues/607)) - Bump MSRV to 1.61 because that is required by the crate `cfg_eval`. </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMC4xIiwidXBkYXRlZEluVmVyIjoiMzYuMTAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
pierre added 1 commit 2023-07-19 00:16:08 +00:00
Update Rust crate serde_with to 3.1.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
cb57210b41
pierre scheduled this pull request to auto merge when all checks succeed 2023-07-19 00:16:09 +00:00
pierre merged commit 09eaabe43c into master 2023-07-19 00:35:44 +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#75
No description provided.