mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
Rollback actix-http-test dependency to show the issue
This commit is contained in:
parent
9d04b250f9
commit
62aba424e2
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ fail-ure = { version = "0.1.5", package="failure", optional = true }
|
|||
[dev-dependencies]
|
||||
actix-server = "1.0.1"
|
||||
actix-connect = { version = "1.0.2", features=["openssl"] }
|
||||
actix-http-test = { version = "2.0.0", path = "../test-server", features=["openssl"] }
|
||||
actix-http-test = { version = "1.0.0", features=["openssl"] }
|
||||
actix-tls = { version = "1.0.0", features=["openssl"] }
|
||||
criterion = "0.3"
|
||||
futures = "0.3.1"
|
||||
|
|
Loading…
Reference in a new issue