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/fatcat-api/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rust/fatcat-api') diff --git a/rust/fatcat-api/Cargo.toml b/rust/fatcat-api/Cargo.toml index 3c226029..4380da96 100644 --- a/rust/fatcat-api/Cargo.toml +++ b/rust/fatcat-api/Cargo.toml @@ -17,22 +17,22 @@ chrono = { version = "0.4", features = ["serde"] } futures = "0.1" hyper = {version = "0.10", optional = true} hyper-openssl = {version = "0.2", optional = true } -iron = {version = "0.5", optional = true} +iron = {version = "0.6", optional = true} swagger = "0.7" # Not required by example server. # -bodyparser = {version = "0.7", optional = true} +bodyparser = {version = "0.8", optional = true} url = "1.5" lazy_static = "0.2" log = "0.3.0" multipart = {version = "0.13", optional = true} -router = {version = "0.5", optional = true} +router = {version = "0.6", optional = true} serde = "1.0" serde_derive = "1.0" serde_ignored = {version = "0.0.4", optional = true} serde_json = {version = "1.0", optional = true} -urlencoded = {version = "0.5", optional = true} +urlencoded = {version = "0.6", optional = true} uuid = {version = "0.5", optional = true, features = ["serde", "v4"]} # ToDo: this should be updated to point at the official crate once # https://github.com/RReverser/serde-xml-rs/pull/45 is accepted upstream -- cgit v1.2.3