From a9b79a8e30c29076c4e7a0dbeb9731a32eeaae2f Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 23 Jan 2019 12:18:03 -0800 Subject: [PATCH] pick up hyper and http patches --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 02e466e..c240dcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ base64 = "0.10" bytes = "0.4" encoding_rs = "0.8" futures = "0.1.23" -http = "0.1.14" -hyper = "0.12.20" +http = "0.1.15" +hyper = "0.12.22" hyper-old-types = { version = "0.11", optional = true, features = ["compat"] } hyper-tls = { version = "0.3", optional = true } libflate = "0.1.18"