Skip to content

Commit

Permalink
deps: use released h2
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed May 17, 2024
1 parent 163aeb1 commit 45179a2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
13 changes: 10 additions & 3 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ backoff = "0.4.0"
pin-project-lite = "0.2"
pingora-pool = "0.1.0"
flurry = "0.5.0"
h2 = "0.4"
h2 = "0.4.5"
http = "1.1"
split-iter = "0.1"
arcstr = { version = "1.1", features = ["serde"] }
Expand Down Expand Up @@ -143,10 +143,6 @@ 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" }

[lints.clippy]
# This rule makes code more confusing
assigning_clones = "allow"
12 changes: 9 additions & 3 deletions fuzz/Cargo.lock

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

0 comments on commit 45179a2

Please sign in to comment.