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

refactor: remove web dev dep from http-test

This commit is contained in:
Rob Ede
2023-07-22 01:57:44 +01:00
parent 146011018e
commit 8cdbab3416
2 changed files with 11 additions and 15 deletions

View File

@ -50,5 +50,4 @@ tls-openssl = { version = "0.10.55", package = "openssl", optional = true }
tokio = { version = "1.24.2", features = ["sync"] }
[dev-dependencies]
actix-web = { version = "4", default-features = false, features = ["cookies"] }
actix-http = "3"