Skip to content

Commit

Permalink
pick up fix for missing EOFs (hyperium/hyper#2322)
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw committed Nov 6, 2020
1 parent f9d367a commit 3d1d220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
[[package]]
name = "hyper"
version = "0.14.0-dev"
source = "git+https://github.com/hawkw/hyper?branch=eliza/bump-tokio#28e3ecdb44a085b0f4adb088800f78649dae2be6"
source = "git+https://github.com/hawkw/hyper?branch=eliza/put-back-missing-eofs#b78721480498cc838f5472794f012ae3d5bc3651"
dependencies = [
"bytes 0.5.6",
"futures-channel",
Expand Down Expand Up @@ -1328,7 +1328,7 @@ version = "0.1.0"
dependencies = [
"bytes 0.6.0",
"futures 0.3.7",
"h2 0.2.7",
"h2 0.3.0",
"http 0.2.1",
"http-body",
"httparse",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ debug = false
[patch.crates-io]
webpki = { git = "https://github.com/linkerd/webpki", branch = "cert-dns-names-0.21" }
tower = { version = "0.4", git = "https://github.com/tower-rs/tower", rev = "450fa3d2be2b43850ceb125009d636d1d8629ad7" }
hyper = { git = "https://github.com/hawkw/hyper", branch = "eliza/bump-tokio" }
hyper = { git = "https://github.com/hawkw/hyper", branch = "eliza/put-back-missing-eofs" }
tokio-rustls = { git = "https://github.com/tokio-rs/tls", rev = "e6ef54641b911cfcf23b77a8c4826ae0f8e9870e"}
tonic = { git = "https://github.com/hawkw/tonic", branch = "eliza/tokio-0.3" }
tonic-build = { git = "https://github.com/hawkw/tonic", branch = "eliza/tokio-0.3" }

0 comments on commit 3d1d220

Please sign in to comment.