diff --git a/vault-api/Cargo.toml b/vault-api/Cargo.toml index c73cdfb..c0fa709 100644 --- a/vault-api/Cargo.toml +++ b/vault-api/Cargo.toml @@ -16,7 +16,7 @@ server = ["serde_json", "serde_ignored", "hyper", "iron", "router", "bodyparser" chrono = { version = "0.4", features = ["serde"] } futures = "0.1" hyper = {version = "0.10", optional = true} -hyper-openssl = {version = "0.2", optional = true } +hyper-openssl = {version = "0.7", optional = true } iron = {version = "0.5", optional = true} swagger = "0.7"