Skip to content

Commit

Permalink
Use upstream h2 (#1006)
Browse files Browse the repository at this point in the history
For #1000

Co-authored-by: John Howard <[email protected]>
  • Loading branch information
istio-testing and howardjohn authored May 2, 2024
1 parent cfa1142 commit dfa22fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
patch = { crates-io = { h2 = { git = "https://github.com/howardjohn/h2", rev = "a9dae872ba67f0f7f518190d410cadcdda24628a" } } }
[package]
name = "ztunnel"
version = "0.0.0"
Expand Down Expand Up @@ -141,3 +140,7 @@ test-case = "3.3"
oid-registry = "0.7"
rcgen = { version = "0.13", features = ["pem", "x509-parser"] }
ctor = "0.2"

[patch.crates-io]
# TODO h2 0.4.5 (https://github.com/istio/ztunnel/issues/1000)
h2 = { git = "https://github.com/hyperium/h2", rev = "be129832df989bf28940da3618827e190ae64ef2" }

0 comments on commit dfa22fb

Please sign in to comment.