From 9d53b845550d714734b67adb463702116463a0ba Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Fri, 2 Aug 2024 14:46:24 +0200 Subject: [PATCH] ci: need to activate the dependency --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77903f32..23e7a2da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,6 +105,7 @@ rustls = [ # use native-tls/openssl as TLS stack native-tls = [ + "openssl", "axum-server/tls-openssl", "reqwest/native-tls", "tokio-tungstenite/native-tls", @@ -117,5 +118,5 @@ update_check = [ # enable vendoring on crates supporting that vendored = [ - "openssl?/vendored" + "openssl?/vendored", ]