1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +03:00

mas-iana-codegen: use rustls not the native TLS stack

This commit is contained in:
Quentin Gliech
2024-07-02 12:04:45 +02:00
parent 07c9989e63
commit d4cbbd97d8
2 changed files with 56 additions and 124 deletions

View File

@@ -18,7 +18,9 @@ camino.workspace = true
convert_case = "0.6.0"
csv = "1.3.0"
futures-util = "0.3.30"
reqwest = "0.12.5"
reqwest = { version = "0.12.5", default-features = false, features = [
"rustls-tls",
] }
serde.workspace = true
tokio.workspace = true
tracing.workspace = true