From 1b9f2906fd849cff8ef3d03103d5ad5599e05446 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 23 May 2018 15:02:04 -0700 Subject: update to iron 0.6 Required a patch to iron-slog. --- rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index b6aaa50b..ee078629 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -19,8 +19,8 @@ uuid = "0.5" chrono = { version = "0.4", features = ["serde"] } futures = "0.1" hyper = "0.10" -iron = "0.5" -iron-slog = "*" +iron = "0.6" +iron-slog = { git = "https://github.com/bnewbold/iron-slog", branch = "bnewbold-iron-0.6" } iron-test = "*" swagger = "0.7" slog = "^2.0" -- cgit v1.2.3