You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Fix mas-cli
This does a few things: - move `bytes` to workspace dependencies - write an hyper-based transport for Sentry - ignore OTEL errors related to propagations - fix everything else in mas-cli
This commit is contained in:
@ -13,7 +13,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait.workspace = true
|
||||
bytes = "1.6.0"
|
||||
bytes.workspace = true
|
||||
futures-util = "0.3.30"
|
||||
headers.workspace = true
|
||||
http.workspace = true
|
||||
|
Reference in New Issue
Block a user