From 9221a85b4fa8f0226d51d2099aca5521c11187f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:14:40 +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 | 37 +++++++++++++++++++++++++++++++------ Cargo.toml | 2 +- 2 files changed, 32 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1af0f2a..114b1b5 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", @@ -2407,7 +2407,7 @@ dependencies = [ "hex", "jiff", "pin-project-lite", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "sha2", @@ -2436,7 +2436,7 @@ dependencies = [ "jiff-diesel", "pgtrgm", "pgvector", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "strum", @@ -2474,7 +2474,7 @@ dependencies = [ "nvisy-webhook", "rand 0.10.0", "regex", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "sha2", @@ -2506,7 +2506,7 @@ dependencies = [ "hmac", "jiff", "reqwest", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "sha2", @@ -3261,9 +3261,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", @@ -3281,6 +3294,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 f1e3589..550b1be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,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