Use hyper from crates.io

This commit is contained in:
Stjepan Glavina 2020-02-07 17:11:13 +01:00
parent 19d549f92e
commit 7bbe564d00
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ socket2 = "0.3.11"
[dev-dependencies]
futures = { version = "0.3.3", default-features = false, features = ["std", "executor"] }
hyper = { path = "../hyper" }
hyper = "0.13.2"
pin-utils = "0.1.0-alpha.4"
tokio = "0.2.11"