actix-http-test: minimize features of deps

This commit is contained in:
Alexandre Rebert 2021-02-20 20:45:22 -05:00
parent 2dbdf61c37
commit 54c92f0f0f
No known key found for this signature in database
GPG Key ID: 7E0273BEEB243174
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ actix-tls = "3.0.0-beta.3"
actix-utils = "3.0.0-beta.2"
actix-rt = "2"
actix-server = "2.0.0-beta.3"
awc = "3.0.0-beta.2"
awc = { version = "3.0.0-beta.2", default-features = false }
base64 = "0.13"
bytes = "1"
@ -57,5 +57,5 @@ features = ["vendored"]
optional = true
[dev-dependencies]
actix-web = "4.0.0-beta.3"
actix-web = { version = "4.0.0-beta.3", default-features = false, features = ["cookies"] }
actix-http = "3.0.0-beta.3"