ruff
cc190a55 - Update Rust crate serde_with to v3.14.0 (#19167)

Commit
162 days ago
Update Rust crate serde_with to v3.14.0 (#19167) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_with](https://redirect.github.com/jonasbb/serde_with) | workspace.dependencies | minor | `3.12.0` -> `3.14.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jonasbb/serde_with (serde_with)</summary> ### [`v3.14.0`](https://redirect.github.com/jonasbb/serde_with/releases/tag/v3.14.0): serde_with v3.14.0 [Compare Source](https://redirect.github.com/jonasbb/serde_with/compare/v3.13.0...v3.14.0) ##### Added - Add support for `Range`, `RangeFrom`, `RangeTo`, `RangeInclusive` ([#&#8203;851](https://redirect.github.com/jonasbb/serde_with/issues/851)) `RangeToInclusive` is currently unsupported by serde. - Add `schemars` implementations for `Bound`, `Range`, `RangeFrom`, `RangeTo`, `RangeInclusive`. - Added support for `schemars` v1 under the `schemars_1` feature flag ### [`v3.13.0`](https://redirect.github.com/jonasbb/serde_with/releases/tag/v3.13.0): serde_with v3.13.0 [Compare Source](https://redirect.github.com/jonasbb/serde_with/compare/v3.12.0...v3.13.0) ##### Added - Added support for `schemars` v0.9.0 under the `schemars_0_9` feature flag by [@&#8203;swlynch99](https://redirect.github.com/swlynch99) ([#&#8203;849](https://redirect.github.com/jonasbb/serde_with/issues/849)) - Introduce `SerializeDisplayAlt` derive macro ([#&#8203;833](https://redirect.github.com/jonasbb/serde_with/issues/833)) An alternative to the `SerializeDisplay` macro except instead of using the plain formatting like `format!("{}", ...)`, it serializes with the `Formatter::alternate` flag set to true, like `format!("{:#}", ...)` ##### Changed - Generalize `serde_with::rust::unwrap_or_skip` to support deserializing references by [@&#8203;beroal](https://redirect.github.com/beroal) ([#&#8203;832](https://redirect.github.com/jonasbb/serde_with/issues/832)) - Bump MSRV to 1.71, since that is required for the `jsonschema` dev-dependency. - Make `serde_conv` available without the `std` feature by [@&#8203;arilou](https://redirect.github.com/arilou) ([#&#8203;839](https://redirect.github.com/jonasbb/serde_with/issues/839)) - Bump MSRV to 1.74, since that is required for `schemars` v0.9.0 by [@&#8203;swlynch99](https://redirect.github.com/swlynch99) ([#&#8203;849](https://redirect.github.com/jonasbb/serde_with/issues/849)) ##### Fixed - Make the `DurationSeconds` types and other variants more accessible even without `std` ([#&#8203;845](https://redirect.github.com/jonasbb/serde_with/issues/845)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Author
Parents
Loading