1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

actix-http-test: minimize features of dependencies (#2019)

This commit is contained in:
Alex Rebert
2021-02-22 07:00:08 -05:00
committed by GitHub
parent aacec30ad1
commit 5845b3965c
3 changed files with 9 additions and 4 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"