mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
Update to async-tls 0.11
This commit is contained in:
parent
41dac7ce5f
commit
ebd457d9cf
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue