From 9d43e077c499d9ac1d8117cd28137efc219664d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:07:27 +0000 Subject: [PATCH] chore(deps): bump schemars from 0.8.22 to 1.2.1 in /backend Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.22 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.8.22...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] --- backend/Cargo.lock | 2 +- backend/argo-workflows-openapi/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 056000415..8048d1258 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -126,7 +126,7 @@ dependencies = [ "chrono", "reqwest 0.12.28", "rustfmt-wrapper", - "schemars 0.8.22", + "schemars 1.2.1", "serde", "serde_json", "syn 2.0.117", diff --git a/backend/argo-workflows-openapi/Cargo.toml b/backend/argo-workflows-openapi/Cargo.toml index 3813d7ac0..53e00939f 100644 --- a/backend/argo-workflows-openapi/Cargo.toml +++ b/backend/argo-workflows-openapi/Cargo.toml @@ -12,7 +12,7 @@ serde_json = { workspace = true } [build-dependencies] reqwest = { workspace = true } rustfmt-wrapper = { version = "0.2.1" } -schemars = { version = "0.8.22" } +schemars = { version = "1.2.1" } serde_json = { workspace = true } syn = { version = "2.0.107" } typify = { version = "0.5.0" }