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
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:
@@ -17,7 +17,7 @@ keystore = ["dep:mas-keystore"]
|
||||
|
||||
[dependencies]
|
||||
base64ct = { version = "1.6.0", features = ["std"] }
|
||||
bytes = "1.6.0"
|
||||
bytes.workspace = true
|
||||
chrono.workspace = true
|
||||
form_urlencoded = "1.2.1"
|
||||
futures-util = "0.3.30"
|
||||
|
Reference in New Issue
Block a user