From 71c0fd30f722e8be3f268b2bdd621091b28d9f0f Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 18 Jan 2024 00:33:39 +0000 Subject: [PATCH] Update Rust crate actix-tls to 3.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe2d97f..8b16fc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.10.1" actix = "0.13.1" actix-web = { version = "4", features = ["rustls-0_21"] } actix-web-actors = "4.2.0" -actix-tls = "3.1.1" +actix-tls = "3.2.0" serde = { version = "1.0.195", features = ["derive"] } tokio = { version = "1.35.1", features = ["full"] } futures = "0.3.30" -- 2.49.0