From 7d9dbad7baa046568b45c1323443d1e136ab53cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 06:57:33 +0000 Subject: [PATCH] deps: bump schemars from 0.8.22 to 1.2.2 Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.22 to 1.2.2. - [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.2) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/canopy-api-codegen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 356fc0fb..37eb4d2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1418,7 +1418,7 @@ version = "0.0.0" dependencies = [ "blake3", "prettyplease", - "schemars 0.8.22", + "schemars 1.2.2", "serde_json", "syn 3.0.3", "typify", diff --git a/crates/canopy-api-codegen/Cargo.toml b/crates/canopy-api-codegen/Cargo.toml index e77110da..2d9061e9 100644 --- a/crates/canopy-api-codegen/Cargo.toml +++ b/crates/canopy-api-codegen/Cargo.toml @@ -15,7 +15,7 @@ path = "src/main.rs" [dependencies] blake3 = "1.8.7" prettyplease = "0.3.0" -schemars = "0.8.22" +schemars = "1.2.2" serde_json = "1.0.150" syn = { version = "3.0.3", features = ["full", "parsing", "printing"] } typify = "0.7.0"