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"

View File

@ -13,7 +13,7 @@ async-trait = "0.1.53"
thiserror = "1.0.31"
anyhow = "1.0.57"
schemars = { version = "0.8.8", features = ["url", "chrono"] }
schemars = { version = "0.8.9", features = ["url", "chrono"] }
figment = { version = "0.10.6", features = ["env", "yaml", "test"] }
chrono = { version = "0.4.19", features = ["serde"] }
url = { version = "2.2.2", features = ["serde"] }

View File

@ -7,5 +7,5 @@ license = "Apache-2.0"
[dependencies]
serde = "1.0.137"
schemars = "0.8.8"
schemars = "0.8.9"
parse-display = "0.5.5"

View File

@ -22,7 +22,7 @@ pkcs1 = { version = "0.4.0", features = ["pem", "pkcs8"] }
pkcs8 = { version = "0.9.0", features = ["pem", "std"] }
rand = "0.8.5"
rsa = { git = "https://github.com/sandhose/RSA.git", branch = "bump-pkcs" }
schemars = "0.8.8"
schemars = "0.8.9"
sec1 = "0.3.0"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"