From 607876847f068ad630b9e0a0f0600aee5ec61ef3 Mon Sep 17 00:00:00 2001 From: Eric Mark Martin Date: Mon, 14 Dec 2020 14:18:04 -0500 Subject: [PATCH] update for async-tls v0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3312cc8..6f47ea7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["web-programming::http-server", "web-programming"] [dependencies] async-std = "1.7.0" tide = { version = "0.15.0", default-features = false } -async-tls = "0.10.2" +async-tls = "0.11.0" rustls = "0.19.0" async-h1 = "2.2.0" async-dup = "1.2.2"