From 64fe70b2f99e67d633c037c0842830d960971940 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 1 Oct 2019 11:39:57 -0700 Subject: [PATCH] chore(dependencies): update http-body to alpha.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1965a583..e378ad20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ futures-core-preview = "=0.3.0-alpha.19" futures-channel-preview = "=0.3.0-alpha.19" futures-util-preview = "=0.3.0-alpha.19" http = "0.1.15" -http-body = "=0.2.0-alpha.2" +http-body = "=0.2.0-alpha.3" httparse = "1.0" h2 = "=0.2.0-alpha.3" iovec = "0.1"