1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Remove some unnecessary dependencies

This commit is contained in:
Quentin Gliech
2022-04-08 09:10:17 +02:00
parent 19f6cf851a
commit a3f1a880aa
6 changed files with 12 additions and 78 deletions

View File

@@ -12,12 +12,11 @@ futures-util = "0.3.21"
http = "0.2.6"
http-body = "0.4.4"
hyper = "0.14.18"
hyper-rustls = { version = "0.23.0", features = ["http1", "http2"] }
hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false }
once_cell = "1.10.0"
opentelemetry = "0.17.0"
opentelemetry-http = "0.6.0"
opentelemetry-semantic-conventions = "0.9.0"
pin-project-lite = "0.2.8"
rustls = "0.20.4"
serde = "1.0.136"
serde_json = "1.0.79"