temporary fix awc doc test

This commit is contained in:
fakeshadow 2021-01-02 11:26:17 +08:00
parent 5e0bf67a2e
commit ce8ad0afe2
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ open-ssl = { version = "0.10", package = "openssl", optional = true }
rust-tls = { version = "0.19.0", package = "rustls", optional = true, features = ["dangerous_configuration"] }
[dev-dependencies]
# TODO: actix is temporary added as dev dep for actix-macro reason.
# Can be removed when it does not impact tests.
actix = "0.11.0-beta.1"
actix-web = { version = "3.0.0", features = ["openssl"] }
actix-http = { version = "2.0.0", features = ["openssl"] }
actix-http-test = { version = "2.0.0", features = ["openssl"] }