chore(deps): Update schemars requirement from 0.8 to 1.2

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.0...v1.2.0)

---
updated-dependencies:
- dependency-name: schemars
  dependency-version: 1.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-29 00:03:44 +00:00
committed by GitHub
parent 7230657f6f
commit 6aed212a0b

View File

@@ -11,7 +11,7 @@ version.workspace = true
[dependencies]
serde = { version = "1", features = ["derive"] }
base64 = "~0.22"
schemars = { version = "0.8", optional = true }
schemars = { version = "1.2", optional = true }
serde_json = "1"
[features]