diff --git a/Cargo.toml b/Cargo.toml index 45e85df..803db49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Juan Marin Otero "] [dependencies] clap = "2.31.2" -hyper = "0.11" +hyper = "0.14" tokio-core = "0.1" futures = "0.1" hyper-tls = "0.1.3"