mirror of https://github.com/fafhrd91/actix-web
use actix-tls v3.4.0
This commit is contained in:
parent
b384509cc9
commit
207200def5
|
@ -125,7 +125,7 @@ zstd = { version = "0.13", optional = true }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-http-test = { version = "3", features = ["openssl"] }
|
actix-http-test = { version = "3", features = ["openssl"] }
|
||||||
actix-server = "2"
|
actix-server = "2"
|
||||||
actix-tls = { version = "3.3", features = ["openssl", "rustls-0_23-webpki-roots"] }
|
actix-tls = { version = "3.4", features = ["openssl", "rustls-0_23-webpki-roots"] }
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
async-stream = "0.3"
|
async-stream = "0.3"
|
||||||
|
|
Loading…
Reference in New Issue