Compare commits

...

2 Commits

Author SHA1 Message Date
Jacob Rothstein 8f6be61a20
Merge pull request #9 from ericmarkmartin/main
update for async-tls v0.11
2020-12-14 11:30:20 -08:00
Eric Mark Martin 607876847f update for async-tls v0.11 2020-12-14 14:18:04 -05:00
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"