Merge pull request #9 from ericmarkmartin/main

update for async-tls v0.11
This commit is contained in:
Jacob Rothstein 2020-12-14 11:30:20 -08:00 committed by GitHub
commit 8f6be61a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"