chore(cargo): 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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-09-01 21:53:40 +00:00
committed by GitHub
parent 46d45faf7e
commit aa667d49e0
2 changed files with 66 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ anyhow = { workspace = true }
deltachat = { workspace = true }
deltachat-contact-tools = { workspace = true }
num-traits = { workspace = true }
schemars = "0.8.22"
schemars = "1.2.2"
serde = { workspace = true, features = ["derive"] }
async-channel = { workspace = true }
serde_json = { workspace = true }