Skip to content

Commit 6326bc8

Browse files
author
Cre3per
committed
update h2 to 0.4.6
to get hyperium/h2#792 which fixes promises not being resolved when the server sends large headers denoland#26490
1 parent 0457c38 commit 6326bc8

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

Cargo.lock

+16-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ flate2 = { version = "1.0.30", default-features = false }
134134
fs3 = "0.5.0"
135135
futures = "0.3.21"
136136
glob = "0.3.1"
137-
h2 = "0.4.4"
137+
h2 = "0.4.6"
138138
hickory-resolver = { version = "0.25.0-alpha.4", features = ["tokio-runtime", "serde"] }
139139
http = "1.0"
140140
http-body = "1.0"

0 commit comments

Comments
 (0)