From fed0aeace4fa4a2071f2665164ca82f0ee988058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:23:50 +0000 Subject: [PATCH] chore(deps): bump schemars from 0.8.22 to 1.2.1 in /bundler 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] --- bundler/Cargo.lock | 29 +++++++++++++++++++++++++---- bundler/Cargo.toml | 2 +- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/bundler/Cargo.lock b/bundler/Cargo.lock index 3d87946..c6f22dc 100644 --- a/bundler/Cargo.lock +++ b/bundler/Cargo.lock @@ -1764,6 +1764,26 @@ dependencies = [ "bitflags 2.11.1", ] +[[package]] +name = "ref-cast" +version = "1.0.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" +dependencies = [ + "ref-cast-impl", +] + +[[package]] +name = "ref-cast-impl" +version = "1.0.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "ring" version = "0.17.14" @@ -1877,11 +1897,12 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.22" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" +checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" dependencies = [ "dyn-clone", + "ref-cast", "schemars_derive", "serde", "serde_json", @@ -1889,9 +1910,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.22" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" +checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f" dependencies = [ "proc-macro2", "quote", diff --git a/bundler/Cargo.toml b/bundler/Cargo.toml index fb78460..5bef1f8 100644 --- a/bundler/Cargo.toml +++ b/bundler/Cargo.toml @@ -20,7 +20,7 @@ opentelemetry = { version = "0.23.0" } opentelemetry-otlp = { version = "0.16.0", features = ["metrics", "tokio"] } opentelemetry-semantic-conventions = { version = "0.15.0" } opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio"] } -schemars = { version = "0.8.21" } +schemars = { version = "1.2.1" } serde = { version = "1.0.217", features = ["derive"] } serde_json = { version = "1.0.138" } sqlx = { version = "0.8.3", features = [