Update Rust crate serde_with to 3.3.0 #102

Merged
pierre merged 1 commits from renovate/serde_with-3.x into master 2023-08-20 00:46:44 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
serde_with dependencies minor 3.2.0 -> 3.3.0

Release Notes

jonasbb/serde_with (serde_with)

v3.3.0: serde_with v3.3.0

Compare Source

Added
  • Support the hashbrown type HashMap and HashSet (#​636, #​637)
    Thanks to @​OliverNChalk for raising the issue and submitting a PR.

    This extends the existing support for HashMaps and HashSets to the hashbrown crate v0.14.
    The same conversions as for the std and indexmap types are available, like general support for #[serde_as] and converting it to/from sequences or maps.

Changed
  • Generalize some trait bounds for DeserializeAs implementations

    While working on #​637 it came to light that some of the macros for generating DeserializeAs implementations were not as generic as they could.
    This means they didn't work with custom hasher types, but only the default hashers.
    This has now been fixed and custom hashers should work better, as long as they implement BuildHasher + Default.

  • (internal) Change how features are documented (#​639)

    This change moves the feature documentation into Cargo.toml in a format that can be read by lib.rs.
    It will improve the generated features documentation there.
    The page with all features remains in the guide but is now generated from the Cargo.toml information.


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.2.0` -> `3.3.0` | --- ### Release Notes <details> <summary>jonasbb/serde_with (serde_with)</summary> ### [`v3.3.0`](https://github.com/jonasbb/serde_with/releases/tag/v3.3.0): serde_with v3.3.0 [Compare Source](https://github.com/jonasbb/serde_with/compare/v3.2.0...v3.3.0) ##### Added - Support the `hashbrown` type `HashMap` and `HashSet` ([#&#8203;636](https://github.com/jonasbb/serde_with/issues/636), [#&#8203;637](https://github.com/jonasbb/serde_with/issues/637)) Thanks to [@&#8203;OliverNChalk](https://github.com/OliverNChalk) for raising the issue and submitting a PR. This extends the existing support for `HashMap`s and `HashSet`s to the `hashbrown` crate v0.14. The same conversions as for the `std` and `indexmap` types are available, like general support for `#[serde_as]` and converting it to/from sequences or maps. ##### Changed - Generalize some trait bounds for `DeserializeAs` implementations While working on [#&#8203;637](https://github.com/jonasbb/serde_with/issues/637) it came to light that some of the macros for generating `DeserializeAs` implementations were not as generic as they could. This means they didn't work with custom hasher types, but only the default hashers. This has now been fixed and custom hashers should work better, as long as they implement `BuildHasher + Default`. - (internal) Change how features are documented ([#&#8203;639](https://github.com/jonasbb/serde_with/issues/639)) This change moves the feature documentation into `Cargo.toml` in a format that can be read by lib.rs. It will improve the generated features documentation there. The page with all features remains in the guide but is now generated from the `Cargo.toml` information. </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:eyJjcmVhdGVkSW5WZXIiOiIzNi41Mi4yIiwidXBkYXRlZEluVmVyIjoiMzYuNTIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
pierre added 1 commit 2023-08-20 00:40:44 +00:00
Update Rust crate serde_with to 3.3.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
dad50314b0
pierre scheduled this pull request to auto merge when all checks succeed 2023-08-20 00:40:44 +00:00
pierre merged commit dad50314b0 into master 2023-08-20 00:46: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#102
No description provided.