sdd / kiddo

Kiddo
Apache License 2.0
79 stars 13 forks source link

fix(deps): update rust crate serde_with to 3.6 - autoclosed #137

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde_with dependencies minor 3.3 -> 3.6

Release Notes

jonasbb/serde_with (serde_with) ### [`v3.6.0`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.6.0): serde_with v3.6.0 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.5.1...v3.6.0) ##### Added - Add `IfIsHumanReadable` for conditional implementation by [@​irriden](https://togithub.com/irriden) ([#​690](https://togithub.com/jonasbb/serde_with/issues/690)) Used to specify different transformations for text-based and binary formats. - Add more `JsonSchemaAs` impls for all `Duration*` and `Timestamp*` adaptors by [@​swlynch99](https://togithub.com/swlynch99) ([#​685](https://togithub.com/jonasbb/serde_with/issues/685)) ##### Changed - Bump MSRV to 1.65, since that is required for the `regex` dependency. ### [`v3.5.1`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.5.1): serde_with v3.5.1 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.5.0...v3.5.1) ##### Fixed - The `serde_as` macro now better detects existing `schemars` attributes on fields and incorporates them by [@​swlynch99](https://togithub.com/swlynch99) ([#​682](https://togithub.com/jonasbb/serde_with/issues/682)) This avoids errors on existing `#[schemars(with = ...)]` annotations. ### [`v3.5.0`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.5.0): serde_with v3.5.0 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.4.0...v3.5.0) ##### Added - Support for `schemars` integration added by [@​swlynch99](https://togithub.com/swlynch99) ([#​666](https://togithub.com/jonasbb/serde_with/issues/666)) The support uses a new `Schema` top-level item which implements `JsonSchema` The `serde_as` macro can now detect `schemars` usage and emits matching annotations for all fields with `serde_as` attribute. Many types of this crate come already with support for the `schemars`, but support is not complete and will be extended over time. ### [`v3.4.0`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.4.0): serde_with v3.4.0 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.3.0...v3.4.0) - Lower minimum required serde version to 1.0.152 ([#​653](https://togithub.com/jonasbb/serde_with/issues/653)) Thanks to [@​banool](https://togithub.com/banool) for submitting the PR. This allows people that have a problem with 1.0.153 to still use `serde_with`. - Add support for `core::ops::Bound` ([#​655](https://togithub.com/jonasbb/serde_with/issues/655)) Thanks to [@​qsantos](https://togithub.com/qsantos) for submitting the PR.

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.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (07b2d15) 94.11% compared to head (bf539fb) 94.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #137 +/- ## ======================================= Coverage 94.11% 94.11% ======================================= Files 52 52 Lines 6029 6029 Branches 6029 6029 ======================================= Hits 5674 5674 Misses 334 334 Partials 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.