From 207200def5da7d3ea3b652ebe2624c86aee541e4 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 18 May 2024 18:17:41 +0100 Subject: [PATCH] use actix-tls v3.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 c38cf4065..51a8364c4 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -125,7 +125,7 @@ zstd = { version = "0.13", optional = true } [dev-dependencies] actix-http-test = { version = "3", features = ["openssl"] } actix-server = "2" -actix-tls = { version = "3.3", features = ["openssl", "rustls-0_23-webpki-roots"] } +actix-tls = { version = "3.4", features = ["openssl", "rustls-0_23-webpki-roots"] } actix-web = "4" async-stream = "0.3"