From bbf051fa94bd7fd836b90260b7e645ddfb4d7a11 Mon Sep 17 00:00:00 2001 From: Hayaku <84594011+iamtakingithard@users.noreply.github.com> Date: Sun, 7 May 2023 15:23:03 +0300 Subject: [PATCH] Use RustTLS for Actix-web --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c96d882..e210ec8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "4.3.1" +actix-web = { version = "4.3.1", features = ["rustls"] } image = "0.24.6" once_cell = "1.17.1" qstring = "0.7.2"