From 33a4cce0b97832f5f0301b318a0a50073ce6b615 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 15 May 2018 00:33:33 -0700 Subject: revert to v2.3.1 codegen This reverts back to something compatible with Iron and simple (blocking) parallelism, instead of the new async hyper 0.11 stuff. --- rust/Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'rust/Cargo.toml') 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 = "*" -- cgit v1.2.3