Stonks3141 / pet-monitor-app

A simple pet monitor for Linux.
MIT License
12 stars 1 forks source link

chore(deps): update rust crate serde_with to 3.2 #100

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde_with workspace.dependencies minor 3.0 -> 3.2

Release Notes

jonasbb/serde_with (serde_with) ### [`v3.2.0`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.2.0): serde_with v3.2.0 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.1.0...v3.2.0) ##### Added - Add optional support for indexmap v2 ([#​621](https://togithub.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` ([#​632](https://togithub.com/jonasbb/serde_with/issues/632), [#​633](https://togithub.com/jonasbb/serde_with/issues/633)) Thanks to [@​hollmmax](https://togithub.com/hollmmax) for reporting and fixing the issue. ### [`v3.1.0`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.1.0): serde_with v3.1.0 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.0.0...v3.1.0) ##### Added - Add `FromIntoRef` and `TryFromIntoRef` ([#​618](https://togithub.com/jonasbb/serde_with/issues/618)) Thanks to [@​oblique](https://togithub.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` ([#​607](https://togithub.com/jonasbb/serde_with/issues/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: 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.



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