Skip to content

Commit

Permalink
update dep versions
Browse files Browse the repository at this point in the history
Now that http-rs/http-service#14 has landed, update dep versions. (Though this also requires http-rs/http-service#17 now)
  • Loading branch information
prasannavl committed Apr 18, 2019
1 parent 8b478bc commit b120ba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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"

0 comments on commit b120ba2

Please sign in to comment.