diff --git a/Cargo.toml b/Cargo.toml index 30457205..bdb611d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,8 @@ features = ["typed-header", "tracing"] [workspace.dependencies.axum-server] version = "0.7.1" default-features = false -features = ["tls-rustls"] +# we use reqwest default which is aws-lc-rs +features = ["tls-rustls-no-provider"] # to listen on both HTTP and HTTPS if listening on TLS dierctly from conduwuit for complement or sytest [workspace.dependencies.axum-server-dual-protocol]