diff options
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |