Skip to content

Commit 6aff275

Browse files
committed
chore(h2): fix minimum h2 version
1 parent 8cf6f14 commit 6aff275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ futures = "0.1.21"
2424
futures-cpupool = { version = "0.1.6", optional = true }
2525
http = "0.1.7"
2626
httparse = "1.0"
27-
h2 = "0.1.5"
27+
h2 = "0.1.10"
2828
iovec = "0.1"
2929
itoa = "0.4.1"
3030
log = "0.4"

0 commit comments

Comments
 (0)