You've already forked authentication-service
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user