1
0
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:
Quentin Gliech
2024-07-02 15:12:35 +02:00
parent dafc781957
commit 798ca90241
13 changed files with 104 additions and 111 deletions

View File

@ -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