Update to async-tls 0.11

This commit is contained in:
Matt Brubeck 2020-12-09 11:35:01 -08:00
parent 41dac7ce5f
commit ebd457d9cf
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
edition = "2018"
[dependencies]
async-tls = { version = "0.10.2", default-features = false, features = ["server"] }
async-tls = { version = "0.11.0", default-features = false, features = ["server"] }
async-std = "1.5"
mime_guess = "2.0"
once_cell = "1.4"