You've already forked authentication-service
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:
@ -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
|
||||
|
Reference in New Issue
Block a user