Skip to content

Commit

Permalink
proxy: Upgrade h2 to 0.1.10 (linkerd#1149)
Browse files Browse the repository at this point in the history
This picks up a fix for hyperium/h2#285
  • Loading branch information
olix0r committed Jun 18, 2018
1 parent dfe3b31 commit 9c55d40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deflate = {version = "0.7.18", features = ["gzip"] }
env_logger = { version = "0.5", default-features = false }
futures = "0.1"
futures-watch = { git = "https://github.com/carllerche/better-future" }
h2 = "0.1.7"
h2 = "0.1.10"
http = "0.1"
httparse = "1.2"
hyper = "0.12"
Expand Down

0 comments on commit 9c55d40

Please sign in to comment.