Pin tower-hyper dep to a specific revision (#258)

Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
Alex Leong 2019-04-19 15:48:31 -07:00 committed by GitHub
parent 979c139912
commit e15d49903a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ tower-timeout = { version = "0.1", path = "../tower-timeout" }
[dev-dependencies]
futures = "0.1"
tower-hyper = { git = "https://github.com/tower-rs/tower-hyper" }
tower-hyper = { git = "https://github.com/tower-rs/tower-hyper", rev = "9dfe56f" }
tokio-tcp = "0.1"
hyper = "0.12"
log = "0.4.1"