pin hyper version
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ async-trait = "0.1"
|
|||||||
|
|
||||||
# optional
|
# optional
|
||||||
# hyper = { version = "=0.13.0-alpha.1", optional = true }
|
# hyper = { version = "=0.13.0-alpha.1", optional = true }
|
||||||
hyper = { git = "https://github.com/hyperium/hyper", features = ["unstable-stream"], optional = true }
|
hyper = { git = "https://github.com/hyperium/hyper", features = ["unstable-stream"], optional = true, rev = "2b0405c48c10bca7893c30ea960ac20a41a8578f" }
|
||||||
tokio = { version = "=0.2.0-alpha.4", default-features = false, features = ["tcp"], optional = true }
|
tokio = { version = "=0.2.0-alpha.4", default-features = false, features = ["tcp"], optional = true }
|
||||||
tower = { version = "=0.3.0-alpha.1a", optional = true}
|
tower = { version = "=0.3.0-alpha.1a", optional = true}
|
||||||
tower-make = "=0.1.0-alpha.2"
|
tower-make = "=0.1.0-alpha.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user