chore(dependencies): Use new alpha release of h2

This commit is contained in:
Jon Gjengset
2019-10-01 11:58:15 -04:00
committed by Sean McArthur
parent d2b0fed028
commit 02b584435f

View File

@@ -28,7 +28,7 @@ http = "0.1.15"
http-body = "=0.2.0-alpha.1"
httparse = "1.0"
# h2 = "=0.2.0-alpha.2"
h2 = { version = "=0.2.0-alpha.2", git = "https://github.com/hyperium/h2", branch = "lucio/update-alpha6" }
h2 = "=0.2.0-alpha.3"
iovec = "0.1"
itoa = "0.4.1"
log = "0.4"