From cc190a550cd6589c22ee15bcbf6af14c36cc52e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:52:38 +0530 Subject: [PATCH] Update Rust crate serde_with to v3.14.0 (#19167) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
jonasbb/serde_with (serde_with) ### [`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` ([#​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 [@​swlynch99](https://redirect.github.com/swlynch99) ([#​849](https://redirect.github.com/jonasbb/serde_with/issues/849)) - Introduce `SerializeDisplayAlt` derive macro ([#​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 [@​beroal](https://redirect.github.com/beroal) ([#​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 [@​arilou](https://redirect.github.com/arilou) ([#​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 [@​swlynch99](https://redirect.github.com/swlynch99) ([#​849](https://redirect.github.com/jonasbb/serde_with/issues/849)) ##### Fixed - Make the `DurationSeconds` types and other variants more accessible even without `std` ([#​845](https://redirect.github.com/jonasbb/serde_with/issues/845))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a40531dedb..fa7ab99b19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3602,9 +3602,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.12.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" +checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5" dependencies = [ "serde", "serde_derive", @@ -3613,9 +3613,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.12.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" +checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f" dependencies = [ "darling", "proc-macro2",