From 27439937805ab4ef84fa1e1adf90c1370b7eafea Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Thu, 7 Oct 2021 23:02:41 +0100 Subject: [PATCH] chore: add hyper dependencies --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4a08120..04e680b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,8 @@ anyhow = "1.0.40" chrono = "0.4.19" envmnt = "0.9.0" flate2 ="1.0.20" +hyper = { version = "0.14.13", features = ["full"] } +hyper-tls = { version = "0.5.0" } openssh = "0.8.0" regex = "1.4.3" serde = { version = "1.0", features = ["derive"] }