oxidecomputer / dice-util

utilities for cert template generation and manufacturing / certifying DeviceIds
Mozilla Public License 2.0
7 stars 3 forks source link

chore(deps): update rust crate serde_with to 3.6 #179

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde_with workspace.dependencies minor 3.5 -> 3.6

Release Notes

jonasbb/serde_with (serde_with) ### [`v3.6.1`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.6.1): serde_with v3.6.1 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.6.0...v3.6.1) ##### Changed - Eliminate dependency on serde's "derive" feature by [@​dtolnay](https://togithub.com/dtolnay) ([#​694](https://togithub.com/jonasbb/serde_with/issues/694)) This allows parallel compilation of `serde` and `serde_derive` which can speed up the wallclock time. It requires that downstream crates do not use the "derive" feature either. ### [`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.

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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.