From a899aadea529c4d5e8c2d386f9c45513191b6148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 18:56:09 +0000 Subject: [PATCH] chore(deps): bump schemars from 0.8.22 to 1.0.4 in /llmx-rs Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.22 to 1.0.4. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](https://github.com/GREsau/schemars/compare/v0.8.22...v1.0.4) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- llmx-rs/Cargo.lock | 36 ++++++------------------------------ llmx-rs/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 31 deletions(-) diff --git a/llmx-rs/Cargo.lock b/llmx-rs/Cargo.lock index acf396b0..7e60fe12 100644 --- a/llmx-rs/Cargo.lock +++ b/llmx-rs/Cargo.lock @@ -2874,7 +2874,7 @@ dependencies = [ "mcp-types", "paste", "pretty_assertions", - "schemars 0.8.22", + "schemars 1.0.4", "serde", "serde_json", "strum_macros 0.27.2", @@ -3217,7 +3217,7 @@ dependencies = [ "once_cell", "pretty_assertions", "regex", - "schemars 0.8.22", + "schemars 1.0.4", "serde", "tempfile", "thiserror 2.0.17", @@ -3286,7 +3286,7 @@ dependencies = [ "mcp_test_support", "os_info", "pretty_assertions", - "schemars 0.8.22", + "schemars 1.0.4", "serde", "serde_json", "shlex", @@ -3354,7 +3354,7 @@ dependencies = [ "llmx-utils-image", "mcp-types", "mime_guess", - "schemars 0.8.22", + "schemars 1.0.4", "serde", "serde_json", "serde_with", @@ -3657,7 +3657,7 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" name = "mcp-types" version = "0.1.4" dependencies = [ - "schemars 0.8.22", + "schemars 1.0.4", "serde", "serde_json", "ts-rs", @@ -5270,18 +5270,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "schemars" -version = "0.8.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" -dependencies = [ - "dyn-clone", - "schemars_derive 0.8.22", - "serde", - "serde_json", -] - [[package]] name = "schemars" version = "0.9.0" @@ -5303,23 +5291,11 @@ dependencies = [ "chrono", "dyn-clone", "ref-cast", - "schemars_derive 1.0.4", + "schemars_derive", "serde", "serde_json", ] -[[package]] -name = "schemars_derive" -version = "0.8.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" -dependencies = [ - "proc-macro2", - "quote", - "serde_derive_internals", - "syn 2.0.104", -] - [[package]] name = "schemars_derive" version = "1.0.4" diff --git a/llmx-rs/Cargo.toml b/llmx-rs/Cargo.toml index 380cdd91..5421eaf3 100644 --- a/llmx-rs/Cargo.toml +++ b/llmx-rs/Cargo.toml @@ -162,7 +162,7 @@ ratatui-macros = "0.6.0" regex-lite = "0.1.7" reqwest = "0.12" rmcp = { version = "0.8.5", default-features = false } -schemars = "0.8.22" +schemars = "1.0.4" seccompiler = "0.5.0" sentry = "0.34.0" serde = "1"