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