1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump schemars from 0.8.15 to 0.8.16

Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.15 to 0.8.16.
- [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.15...v0.8.16)

---
updated-dependencies:
- dependency-name: schemars
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-14 14:28:05 +00:00
committed by Quentin Gliech
parent 142f15723b
commit ec6e350271
5 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ anyhow.workspace = true
opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" }
serde.workspace = true
serde_json.workspace = true
schemars = {version = "0.8.15", optional = true }
schemars = {version = "0.8.16", optional = true }
thiserror.workspace = true
tokio = { version = "1.34.0", features = ["io-util", "rt"] }
tracing.workspace = true