From ab8eb9f2c694daf675e2c8db6456c80247abde0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:05:33 -0600 Subject: [PATCH] Update Rust crate schemars to v1.2.0 (#17596) 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 | |---|---|---|---| | [schemars](https://graham.cool/schemars/) ([source](https://redirect.github.com/GREsau/schemars)) | workspace.dependencies | minor | `1.0.5` → `1.2.0` | --- ### Release Notes
GREsau/schemars (schemars) ### [`v1.2.0`](https://redirect.github.com/GREsau/schemars/blob/HEAD/CHANGELOG.md#120---2025-12-25-) [Compare Source](https://redirect.github.com/GREsau/schemars/compare/v1.1.0...v1.2.0) ##### Added - Add smol\_str03 feature ([#​486](https://redirect.github.com/GREsau/schemars/pull/486)) ##### Changed - Schemas generated for `HashMap`/`BTreeMap` with enum keys are now more specific ([#​452](https://redirect.github.com/GREsau/schemars/pull/452)) ### [`v1.1.0`](https://redirect.github.com/GREsau/schemars/blob/HEAD/CHANGELOG.md#110---2025-11-05) [Compare Source](https://redirect.github.com/GREsau/schemars/compare/v1.0.5...v1.1.0) ##### Added - Public functions that have no side-effects are now marked with [`#[must_use]`](https://doc.rust-lang.org/reference/attributes/diagnostics.html#the-must_use-attribute) so that they report a lint warning when the returned value is unused, as this likely indicates a mistake. ##### Fixed - Improve accuracy of schemas for flattened enums, in particular: unit variants of externally-tagged enums, and enums wrapped in `Option<>`. ([#​464](https://redirect.github.com/GREsau/schemars/issues/464) / [#​483](https://redirect.github.com/GREsau/schemars/pull/483))
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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/uv). 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 353c9b60a..e21daf4ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4245,9 +4245,9 @@ dependencies = [ [[package]] name = "schemars" -version = "1.0.5" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1317c3bf3e7df961da95b0a56a172a02abead31276215a0497241a7624b487ce" +checksum = "54e910108742c57a770f492731f99be216a52fadd361b06c8fb59d74ccc267d2" dependencies = [ "dyn-clone", "ref-cast", @@ -4259,9 +4259,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "1.0.5" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f760a6150d45dd66ec044983c124595ae76912e77ed0b44124cb3e415cce5d9" +checksum = "4908ad288c5035a8eb12cfdf0d49270def0a268ee162b75eeee0f85d155a7c45" dependencies = [ "proc-macro2", "quote",