From 0ef9da8a74ef0b50e1231c587321df4c2543e042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:55:50 +0000 Subject: [PATCH] chore(deps): bump schemars from 0.9.0 to 1.2.0 Bumps [schemars](https://github.com/GREsau/schemars) from 0.9.0 to 1.2.0. - [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.0) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 +++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c36be0..3f83a78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -157,7 +157,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -1388,7 +1388,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2250,7 +2250,7 @@ dependencies = [ "portable-atomic", "portable-atomic-util", "serde_core", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2614,7 +2614,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -2748,7 +2748,7 @@ version = "0.1.0" dependencies = [ "async-trait", "jiff", - "schemars 0.9.0", + "schemars 1.2.0", "serde", "serde_json", "strum", @@ -2788,7 +2788,7 @@ dependencies = [ "hex", "jiff", "pin-project-lite", - "schemars 0.9.0", + "schemars 1.2.0", "serde", "serde_json", "sha2", @@ -2817,7 +2817,7 @@ dependencies = [ "jiff-diesel", "pgtrgm", "pgvector", - "schemars 0.9.0", + "schemars 1.2.0", "serde", "serde_json", "strum", @@ -2843,7 +2843,7 @@ dependencies = [ "nvisy-nats", "nvisy-postgres", "rig-core", - "schemars 0.9.0", + "schemars 1.2.0", "serde", "serde_json", "sha2", @@ -3028,7 +3028,7 @@ dependencies = [ "nvisy-webhook", "rand 0.10.0-rc.6", "regex", - "schemars 0.9.0", + "schemars 1.2.0", "serde", "serde_json", "sha2", @@ -3060,7 +3060,7 @@ dependencies = [ "jiff", "nvisy-core", "reqwest", - "schemars 0.9.0", + "schemars 1.2.0", "serde", "serde_json", "sha2", @@ -3868,7 +3868,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3969,12 +3969,10 @@ checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" dependencies = [ "dyn-clone", "indexmap", - "jiff", "ref-cast", "schemars_derive 0.9.0", "serde", "serde_json", - "uuid", ] [[package]] @@ -3984,10 +3982,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54e910108742c57a770f492731f99be216a52fadd361b06c8fb59d74ccc267d2" dependencies = [ "dyn-clone", + "jiff", "ref-cast", "schemars_derive 1.2.0", "serde", "serde_json", + "uuid", ] [[package]] @@ -4460,7 +4460,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 994c5fe..ef26712 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,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 & Security