From e397107b65258f81b69f43050b503bc8f8756697 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 22 Mar 2018 20:06:43 +0100 Subject: Replace Hyper/tokio mess with Reqwest. --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c823e2d..733419e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,5 @@ version = "0.1.0" authors = ["Harald Eilertsen "] [dependencies] -futures = "0.1" -hyper = "0.11" -hyper-tls = "0.1" +reqwest = "0.8.5" ring = "0.12.1" -tokio-core = "0.1" -- cgit v1.2.3