From 02b584435f8d5ad01561682bf95ea3c4f46a5511 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Tue, 1 Oct 2019 11:58:15 -0400 Subject: [PATCH] chore(dependencies): Use new alpha release of h2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fbf107f5..0dcb740f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"