aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-06-10 14:04:03 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-06-10 14:04:03 -0700
commit38b66b335b7e7f57e90553c62eb2a1de852a932a (patch)
tree49272f116a6d05c016a9fa8d1139e7716dc22b5f /rust/Cargo.toml
parent0f6354ffbdf7115f8a6d7e4d3ea700a44fe567ed (diff)
downloadfatcat-38b66b335b7e7f57e90553c62eb2a1de852a932a.tar.gz
fatcat-38b66b335b7e7f57e90553c62eb2a1de852a932a.zip
update dependency on iron-slog
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index cbac0229..5870de64 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -20,7 +20,7 @@ chrono = { version = "0.4", features = ["serde"] }
futures = "0.1"
hyper = "0.10"
iron = "0.6"
-iron-slog = { git = "https://github.com/bnewbold/iron-slog", branch = "bnewbold-iron-0.6" }
+iron-slog = "0.0.2"
iron-test = "*"
swagger = "0.7"
slog = "^2.0"