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

@ -19,7 +19,7 @@ camino = { workspace = true, features = ["serde1"] }
chrono.workspace = true
figment = { version = "0.10.11", features = ["env", "yaml", "test"] }
ipnetwork = { version = "0.20.0", features = ["serde", "schemars"] }
schemars = { version = "0.8.15", features = ["url", "chrono"] }
schemars = { version = "0.8.16", features = ["url", "chrono"] }
ulid.workspace = true
url.workspace = true

View File

@ -9,7 +9,7 @@ repository.workspace = true
[dependencies]
serde = { workspace = true, optional = true }
schemars = { version = "0.8.15", default-features = false, optional = true }
schemars = { version = "0.8.16", default-features = false, optional = true }
[features]
default = ["serde", "schemars"]

View File

@ -20,7 +20,7 @@ p256 = { version = "0.13.2", features = ["ecdsa"] }
p384 = { version = "0.13.0", features = ["ecdsa"] }
rand.workspace = true
rsa = "0.9.2"
schemars = "0.8.15"
schemars = "0.8.16"
sec1 = "0.7.3"
serde.workspace = true
serde_json.workspace = true

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