You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Move schemars to workspace dependencies
Also enables the `preserve_order` feature, hence the big schema output diff.
This commit is contained in:
@@ -23,7 +23,7 @@ camino = { workspace = true, features = ["serde1"] }
|
||||
chrono.workspace = true
|
||||
figment = { version = "0.10.14", features = ["env", "yaml", "test"] }
|
||||
ipnetwork = { version = "0.20.0", features = ["serde", "schemars"] }
|
||||
schemars = { version = "0.8.16", features = ["url", "chrono"] }
|
||||
schemars.workspace = true
|
||||
ulid.workspace = true
|
||||
url.workspace = true
|
||||
|
||||
|
@@ -13,7 +13,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true, optional = true }
|
||||
schemars = { version = "0.8.16", default-features = false, optional = true }
|
||||
schemars = { workspace = true, optional = true }
|
||||
|
||||
[features]
|
||||
default = ["serde", "schemars"]
|
||||
|
@@ -24,7 +24,7 @@ p256 = { version = "0.13.2", features = ["ecdsa"] }
|
||||
p384 = { version = "0.13.0", features = ["ecdsa"] }
|
||||
rand.workspace = true
|
||||
rsa = "0.9.6"
|
||||
schemars = "0.8.16"
|
||||
schemars.workspace = true
|
||||
sec1 = "0.7.3"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
@@ -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