From cf949177de8e243ce3fa5ab8ff38715f4c0203a6 Mon Sep 17 00:00:00 2001 From: David Nies Date: Fri, 9 Mar 2018 22:46:07 +0100 Subject: [PATCH] Update hyper to 0.11.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 509d599..db106f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["web-programming::http-client"] bytes = "0.4" encoding_rs = "0.7" futures = "0.1.15" -hyper = "0.11.9" +hyper = "0.11.22" hyper-tls = "0.1.2" libflate = "0.1.11" log = "0.4"