diff --git a/Cargo.toml b/Cargo.toml index 5639c26..3437316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tls = ["native-tls", "tokio-tls"] base64 = "0.11" clap = "2.33.0" futures = "0.1.29" -hyper = "0.12.35" +hyper = "0.13.0" jemallocator = "0" native-tls = { version = "0.2.3", optional = true } tokio = "0.1.22"