From 962d7af24df7bc2df24bacc7bd1068e402d9e0d2 Mon Sep 17 00:00:00 2001 From: ashthespy Date: Sat, 23 Jan 2021 22:21:42 +0000 Subject: [PATCH] Clean up hyper from binary --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6405ca89..89c4b469 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,6 @@ base64 = "0.13" env_logger = {version = "0.8", default-features = false, features = ["termcolor","humantime","atty"]} futures = "0.1" getopts = "0.2" -hyper = "0.11" log = "0.4" num-bigint = "0.3" protobuf = "~2.14.0"