use latest hyper master branch to include socket buffer size fix

This commit is contained in:
Dietmar Maurer
2019-07-02 07:09:46 +02:00
parent f35197f449
commit 8fad30a4b1
2 changed files with 3 additions and 0 deletions

View File

@ -57,3 +57,5 @@ valgrind = ["valgrind_request"]
[replace]
"zstd-sys:1.4.10" = { path = "zstd-sys" }
# include socket buffer size fix
"hyper:0.12.31" = { git = "https://github.com/hyperium/hyper.git" }