From 038a042887fd5a29171115fdbba10c851e146aad Mon Sep 17 00:00:00 2001 From: Tangent 128 Date: Fri, 8 Sep 2017 01:54:46 -0400 Subject: [PATCH] Add hyper --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b6f0fd..2f62d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,5 @@ authors = ["Tangent 128 "] [dependencies] bytes = "0.4" -futures = "^0.1.7" +futures = "0.1.14" +hyper = "0.11.2"