mirror of
https://github.com/actix/actix-web.git
synced 2025-04-08 02:49:52 +00:00
Update tokio-openssl to 0.4.0
This commit is contained in:
parent
f43a706364
commit
735bde4957
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ flate2 = { version="1.0.7", optional = true, default-features = false }
|
|||
# optional deps
|
||||
failure = { version = "0.1.5", optional = true }
|
||||
open-ssl = { version="0.10", package="openssl", optional = true }
|
||||
tokio-openssl = { version = "0.4.0-alpha.6", optional = true }
|
||||
tokio-openssl = { version = "0.4.0", optional = true }
|
||||
|
||||
rust-tls = { version = "0.16.0", package="rustls", optional = true }
|
||||
webpki-roots = { version = "0.18", optional = true }
|
||||
|
|
Loading…
Reference in a new issue