From f988b7e492c3cc6c1b00527bc031f6e84c757dc3 Mon Sep 17 00:00:00 2001 From: "Prasanna V. Loganathar" Date: Thu, 18 Apr 2019 02:12:05 +0530 Subject: [PATCH] update dep versions Now that https://github.com/rustasync/http-service/pull/14 has landed, update dep versions. (Though this also requires https://github.com/rustasync/http-service/pull/17 now) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ee05176eb..fc8e44803 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ cookie = "0.11" futures-preview = "0.3.0-alpha.14" fnv = "1.0.6" http = "0.1" -http-service = "0.1.4" # TODO: update after release +http-service = "0.1.5" pin-utils = "0.1.0-alpha.4" route-recognizer = "0.1.12" serde = "1.0.90" @@ -31,7 +31,7 @@ typemap = "0.3.3" [dependencies.http-service-hyper] optional = true -version = "0.1.0" # TODO: update after release +version = "0.1.1" [dependencies.multipart] default-features = false @@ -46,6 +46,6 @@ hyper = ["http-service-hyper"] basic-cookies = "0.1.3" juniper = "0.10.0" structopt = "0.2.15" -http-service-mock = "0.1.0" # TODO: update after release +http-service-mock = "0.1.1" serde = "1.0.90" serde_derive = "1.0.90"