Skip to content

Commit

Permalink
use the same h2 version has hyper does
Browse files Browse the repository at this point in the history
this fixes error types not downcasting since different versions of h2
are in tree

Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw committed Nov 6, 2020
1 parent c7c3a7e commit f9d367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd/proxy/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This should probably be decomposed into smaller, decoupled crates.
[dependencies]
bytes = "0.6"
futures = { package = "futures", version = "0.3" }
h2 = "0.2.6"
h2 = { git = "https://github.com/hyperium/h2" }
http = "0.2"
http-body = "0.3"
httparse = "1.2"
Expand Down

0 comments on commit f9d367a

Please sign in to comment.