1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-01 20:26:56 +03:00

Move schemars to workspace dependencies

Also enables the `preserve_order` feature, hence the big schema output diff.
This commit is contained in:
Quentin Gliech
2024-03-01 10:46:45 +01:00
parent d5e1127c32
commit 46c565cc89
9 changed files with 1560 additions and 1554 deletions

View File

@ -16,7 +16,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.16", optional = true }
schemars = { workspace = true, optional = true }
thiserror.workspace = true
tokio = { version = "1.35.1", features = ["io-util", "rt"] }
tracing.workspace = true