From dc2f84a180112040a0c2d22437196118d819185d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 02:34:13 +0000 Subject: [PATCH] chore(deps): bump schemars from 0.9.0 to 1.2.1 Bumps [schemars](https://github.com/GREsau/schemars) from 0.9.0 to 1.2.1. - [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.9.0...v1.2.1) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 39 ++++++++++++++++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 33 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbc904f..1d51e15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ dependencies = [ "cfg-if", "http", "indexmap", - "schemars", + "schemars 0.9.0", "serde", "serde_json", "serde_qs", @@ -2461,7 +2461,7 @@ dependencies = [ "hex", "jiff", "pin-project-lite", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "sha2", @@ -2480,7 +2480,7 @@ dependencies = [ "derive_more", "futures", "object_store", - "schemars", + "schemars 1.2.1", "serde", "tokio", "tracing", @@ -2506,7 +2506,7 @@ dependencies = [ "jiff-diesel", "pgtrgm", "pgvector", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "strum", @@ -2544,7 +2544,7 @@ dependencies = [ "nvisy-webhook", "rand 0.10.0", "regex", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "sha2", @@ -2576,7 +2576,7 @@ dependencies = [ "hmac", "jiff", "reqwest", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "sha2", @@ -3411,9 +3411,22 @@ checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" dependencies = [ "dyn-clone", "indexmap", + "ref-cast", + "schemars_derive 0.9.0", + "serde", + "serde_json", +] + +[[package]] +name = "schemars" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" +dependencies = [ + "dyn-clone", "jiff", "ref-cast", - "schemars_derive", + "schemars_derive 1.2.1", "serde", "serde_json", "uuid", @@ -3431,6 +3444,18 @@ dependencies = [ "syn", ] +[[package]] +name = "schemars_derive" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f" +dependencies = [ + "proc-macro2", + "quote", + "serde_derive_internals", + "syn", +] + [[package]] name = "scoped-futures" version = "0.1.4" diff --git a/Cargo.toml b/Cargo.toml index 6a876bb..f625f53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ tower-http = { version = "0.6", features = ["full"] } # OpenAPI/Documentation aide = { version = "0.15", features = ["axum", "macros", "scalar"] } -schemars = { version = "0.9", features = ["uuid1", "jiff02"] } +schemars = { version = "1.2", features = ["uuid1", "jiff02"] } jsonschema = { version = "0.29", features = [] } # Authentication