diff --git a/Cargo.toml b/Cargo.toml index b40a6bd..7362e92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ env_logger = { version = "0.6", default-features = false, features = [ "termcolo clap = { version = "2.33", optional = true } futures = { version = "0.1", optional = true } tokio-core = { version = "0.1", optional = true } -hyper = { version = "0.11", optional = true } +hyper = { version = "0.12", optional = true } hyper-tls = { version = "0.1", optional = true } smoltcp = { version = "0.5", optional = true, default-features = false, features = [ "std", "log", "proto-ipv4", "proto-ipv6" ] }