From cadb979b2175176ecd486bd65581781918a225dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:03:02 +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 1dd4375..81c0cfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ dependencies = [ "cfg-if", "http", "indexmap", - "schemars", + "schemars 0.9.0", "serde", "serde_json", "serde_qs", @@ -2470,7 +2470,7 @@ dependencies = [ "hex", "jiff", "pin-project-lite", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "sha2 0.11.0", @@ -2489,7 +2489,7 @@ dependencies = [ "derive_more", "futures", "object_store", - "schemars", + "schemars 1.2.1", "serde", "tokio", "tracing", @@ -2515,7 +2515,7 @@ dependencies = [ "jiff-diesel", "pgtrgm", "pgvector", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "strum", @@ -2553,7 +2553,7 @@ dependencies = [ "nvisy-webhook", "rand 0.10.1", "regex", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "sha2 0.11.0", @@ -2588,7 +2588,7 @@ dependencies = [ "reqwest-middleware", "reqwest-retry", "reqwest-tracing", - "schemars", + "schemars 1.2.1", "serde", "serde_json", "sha2 0.11.0", @@ -3523,9 +3523,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", @@ -3543,6 +3556,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-tls" version = "1.0.1" diff --git a/Cargo.toml b/Cargo.toml index 08cee30..4bdc5fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,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"] } # Authentication jsonwebtoken = { version = "10.3", features = ["aws_lc_rs"] }