sdd / kiddo

Kiddo
Apache License 2.0
85 stars 14 forks source link

fix(deps): update rust crate serde_with to 3.4 #79

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde_with dependencies minor 3.0 -> 3.4

Release Notes

jonasbb/serde_with (serde_with) ### [`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. ### [`v3.3.0`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.3.0): serde_with v3.3.0 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.2.0...v3.3.0) ##### Added - Support the `hashbrown` type `HashMap` and `HashSet` ([#​636](https://togithub.com/jonasbb/serde_with/issues/636), [#​637](https://togithub.com/jonasbb/serde_with/issues/637)) Thanks to [@​OliverNChalk](https://togithub.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 [#​637](https://togithub.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 ([#​639](https://togithub.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. ### [`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.

codecov-commenter commented 1 year ago

Codecov Report

Merging #79 (9da1387) into master (b1152a0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #79   +/-   ##
=======================================
  Coverage   90.37%   90.37%           
=======================================
  Files          41       41           
  Lines        5374     5374           
  Branches     5374     5374           
=======================================
  Hits         4857     4857           
  Misses        486      486           
  Partials       31       31           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more