From 7601fc6b8dc7af3fbfe36326e1b4c644ffb50a98 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 1 Oct 2019 10:19:07 -0700 Subject: [PATCH] chore(dependencies): update http-body to alpha.2 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c73fe424..5035fd44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,17 +21,16 @@ include = [ [dependencies] bytes = "0.4.4" -futures-core-preview = { version = "=0.3.0-alpha.19" } -futures-channel-preview = { version = "=0.3.0-alpha.19" } -futures-util-preview = { version = "=0.3.0-alpha.19" } +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.1" +http-body = "=0.2.0-alpha.2" httparse = "1.0" h2 = "=0.2.0-alpha.3" iovec = "0.1" itoa = "0.4.1" log = "0.4" -net2 = { version = "0.2.32", optional = true } pin-project = "0.4" time = "0.1" tower-service = "=0.3.0-alpha.2" @@ -43,6 +42,7 @@ want = "0.3" # Optional +net2 = { version = "0.2.32", optional = true } tokio = { version = "=0.2.0-alpha.6", optional = true, default-features = false, features = ["rt-full"] } tokio-net = { version = "=0.2.0-alpha.6", optional = true, features = ["tcp"] } tokio-timer = { version = "=0.3.0-alpha.6", optional = true }