From 88fded8c642a2fabe35a9827b82f19de2c90e443 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 25 Aug 2019 10:19:19 +1200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7835464be..708b983ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ dirs = "2.0.2" glob = "0.3.0" ctrlc = "3.1.3" ptree = "0.2" -surf = { version = "1.0", features = [ "curl-client" ] } +surf = { version = "1.0", features = [ "hyper-client" ] } url = "2.1.0" roxmltree = "0.7.0" nom5_locate = "0.1.1"