diff options
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f35490e5..56144dd3 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -16,14 +16,15 @@ error-chain = "0.11" # API server chrono = { version = "0.4", features = ["serde"] } futures = "0.1" -hyper = "0.11" +hyper = "0.10" +#hyper-openssl = {version = "0.2", optional = true} #hyper-tls = {version = "0.1.2", optional = true} iron = "0.5" iron-slog = "*" iron-test = "*" -swagger = "0.10" -tokio-core = "0.1.6" -tokio-proto = "0.1.1" +swagger = "0.7" +#tokio-core = "0.1.6" +#tokio-proto = "0.1.1" # TODO #sentry = "*" |