From 434d285b36cce9d29fd6a8b997469c7a929b96bc Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 27 Mar 2021 09:38:16 -0600 Subject: correctly handle HTTPS --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b34c1c5..52ad8a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ anyhow = "1" fehler = "1" futures = "0.3.13" hyper = { version = "0.14.5", features = ["client", "http1", "runtime", "stream"] } +hyper-rustls = "0.22.1" mime2ext = "0.1.2" tokio = { version = "1", features = ["full"] } structopt = "0.3.21" -- cgit v1.2.3