From 1efcfc307ee6a43cd4585ed9d9744c44e30a4257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 13:30:49 +0000 Subject: [PATCH] Bump schemars from 1.0.0-rc.2 to 1.1.0 Bumps [schemars](https://github.com/GREsau/schemars) from 1.0.0-rc.2 to 1.1.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/v1.0.0-rc.2...v1.1.0) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f16f31f..d3f6091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,9 +1200,9 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "schemars" -version = "1.0.0-rc.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284cf8058b5165c2e1aedb8f56f4b09a838a764d1c110178e1747d1f77a01ceb" +checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" dependencies = [ "dyn-clone", "ref-cast", @@ -1213,9 +1213,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "1.0.0-rc.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ce51e6bea03670e88edba2d724eed817b97f4ab017a1001bae5da325ce93fe7" +checksum = "301858a4023d78debd2353c7426dc486001bddc91ae31a76fb1f55132f7e2633" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0b33a60..a551b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ axum = { version = "0.8", default-features = false, features = ["http1", "tokio" regex = "1" jq = "0.1.0" reqwest = { version = "0.12", default-features = false, features = ["http2", "rustls-tls", "charset", "gzip"] } -schemars = { version = "1.0.0-rc.1", optional = true } +schemars = { version = "1.1.0", optional = true } serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0" serde_yml = "0.0.12"