From 735bde4957b9ea450c0aaf4b672138eb5166f926 Mon Sep 17 00:00:00 2001 From: Martell Malone Date: Tue, 26 Nov 2019 18:28:01 -0800 Subject: [PATCH] Update tokio-openssl to 0.4.0 --- actix-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index cfed0bf14..08fabc18c 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -97,7 +97,7 @@ flate2 = { version="1.0.7", optional = true, default-features = false } # optional deps failure = { version = "0.1.5", optional = true } open-ssl = { version="0.10", package="openssl", optional = true } -tokio-openssl = { version = "0.4.0-alpha.6", optional = true } +tokio-openssl = { version = "0.4.0", optional = true } rust-tls = { version = "0.16.0", package="rustls", optional = true } webpki-roots = { version = "0.18", optional = true }