Update async-tls

This commit is contained in:
Matt Brubeck 2020-07-16 08:57:49 -07:00
parent 2cc5f791aa
commit 22c3209aa7
2 changed files with 8 additions and 19 deletions

View file

@ -11,10 +11,10 @@ license = "MIT/Apache-2.0"
edition = "2018"
[dependencies]
async-tls = "0.7.0"
async-tls = { version = "0.9.0", default-features = false, features = ["server"] }
async-std = "1.5"
once_cell = "1.4"
rustls = "0.17.0"
rustls = "0.18.0"
tree_magic_mini = "1.0"
url = "2.1"