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

@ -12,7 +12,7 @@ publish = false
workspace = true
[dependencies]
bytes = "1.6.0"
bytes.workspace = true
event-listener = "5.3.1"
futures-util = "0.3.30"
http-body.workspace = true