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

Bump schemars from 0.8.8 to 0.8.9

Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.8 to 0.8.9.
- [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.8...v0.8.9)

---
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]
2022-05-17 15:06:59 +00:00
committed by Quentin Gliech
parent 1129448e59
commit cf72728fb3
5 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@ futures = "0.3.21"
anyhow = "1.0.57"
clap = { version = "3.1.18", features = ["derive"] }
dotenv = "0.15.0"
schemars = { version = "0.8.8", features = ["url", "chrono"] }
schemars = { version = "0.8.9", features = ["url", "chrono"] }
tower = { version = "0.4.12", features = ["full"] }
hyper = { version = "0.14.18", features = ["full"] }
serde_yaml = "0.8.24"