mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
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` ([#​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)) </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>
This commit is contained in:
parent
ab024f9de1
commit
cc190a550c
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue