mirror of https://github.com/fafhrd91/actix-web
actix-http-test: minimize features of deps
This commit is contained in:
parent
2dbdf61c37
commit
54c92f0f0f
|
@ -35,7 +35,7 @@ actix-tls = "3.0.0-beta.3"
|
||||||
actix-utils = "3.0.0-beta.2"
|
actix-utils = "3.0.0-beta.2"
|
||||||
actix-rt = "2"
|
actix-rt = "2"
|
||||||
actix-server = "2.0.0-beta.3"
|
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"
|
base64 = "0.13"
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
|
@ -57,5 +57,5 @@ features = ["vendored"]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[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"
|
actix-http = "3.0.0-beta.3"
|
||||||
|
|
Loading…
Reference in New Issue