mirror of https://github.com/fafhrd91/actix-web
Rollback actix-http-test dependency to show the issue
This commit is contained in:
parent
650caacb42
commit
30959cbd0b
|
@ -91,7 +91,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"] }
|
||||
futures = "0.3.1"
|
||||
env_logger = "0.6"
|
||||
|
|
Loading…
Reference in New Issue