Skip to content

Commit 3d1d220

Browse files
committed
pick up fix for missing EOFs (hyperium/hyper#2322)
Signed-off-by: Eliza Weisman <[email protected]>
1 parent f9d367a commit 3d1d220

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
621621
[[package]]
622622
name = "hyper"
623623
version = "0.14.0-dev"
624-
source = "git+https://github.com/hawkw/hyper?branch=eliza/bump-tokio#28e3ecdb44a085b0f4adb088800f78649dae2be6"
624+
source = "git+https://github.com/hawkw/hyper?branch=eliza/put-back-missing-eofs#b78721480498cc838f5472794f012ae3d5bc3651"
625625
dependencies = [
626626
"bytes 0.5.6",
627627
"futures-channel",
@@ -1328,7 +1328,7 @@ version = "0.1.0"
13281328
dependencies = [
13291329
"bytes 0.6.0",
13301330
"futures 0.3.7",
1331-
"h2 0.2.7",
1331+
"h2 0.3.0",
13321332
"http 0.2.1",
13331333
"http-body",
13341334
"httparse",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ debug = false
6464
[patch.crates-io]
6565
webpki = { git = "https://github.com/linkerd/webpki", branch = "cert-dns-names-0.21" }
6666
tower = { version = "0.4", git = "https://github.com/tower-rs/tower", rev = "450fa3d2be2b43850ceb125009d636d1d8629ad7" }
67-
hyper = { git = "https://github.com/hawkw/hyper", branch = "eliza/bump-tokio" }
67+
hyper = { git = "https://github.com/hawkw/hyper", branch = "eliza/put-back-missing-eofs" }
6868
tokio-rustls = { git = "https://github.com/tokio-rs/tls", rev = "e6ef54641b911cfcf23b77a8c4826ae0f8e9870e"}
6969
tonic = { git = "https://github.com/hawkw/tonic", branch = "eliza/tokio-0.3" }
7070
tonic-build = { git = "https://github.com/hawkw/tonic", branch = "eliza/tokio-0.3" }

0 commit comments

Comments
 (0)