fix actix-test crate

This commit is contained in:
fakeshadow 2021-10-25 11:59:59 +08:00
parent 3ae1a883ba
commit 6e997c9cde
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ edition = "2018"
default = []
# rustls
rustls = ["tls-rustls", "actix-http/rustls"]
rustls = ["tls-rustls", "actix-http/rustls", "awc/rustls"]
# openssl
openssl = ["tls-openssl", "actix-http/openssl"]
openssl = ["tls-openssl", "actix-http/openssl", "awc/openssl"]
[dependencies]
actix-codec = "0.4.0"