You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
Rust dependencies housekeeping
Including: - package upgrades - stop using the patched version of `ulid` - update cargo deny duplicate exception list
This commit is contained in:
@@ -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.1", optional = true }
|
||||
schemars = {version = "0.8.13", optional = true }
|
||||
thiserror.workspace = true
|
||||
tokio = { version = "1.32.0", features = ["io-util", "rt"] }
|
||||
tracing.workspace = true
|
||||
@@ -30,4 +30,4 @@ jsonschema = ["dep:schemars"]
|
||||
|
||||
[[bin]]
|
||||
name = "schema"
|
||||
required-features = ["jsonschema"]
|
||||
required-features = ["jsonschema"]
|
||||
|
Reference in New Issue
Block a user