From a1251c3a94c30331951860ded28f76ba262a1557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 06:10:17 +0000 Subject: [PATCH] chore(deps): update schemars requirement from 0.8.1 to 1.2.1 Updates the requirements on [schemars](https://github.com/GREsau/schemars) to permit the latest version. - [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.1...v1.2.1) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 2e75fce..c7acaef 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -65,7 +65,7 @@ regex = "1.11.1" rocket = { version = "0.5.1", features = ["tls"] } rocket_okapi = { version = "0.9.0", features = ["swagger", "rapidoc"] } rocket_sync_db_pools = { version = "0.1.0", features = ["diesel_sqlite_pool"] } -schemars = "0.8.1" +schemars = "1.2.1" serde = "1.0.217" serde_json = "1.0.138" tao = "0.31.1"