Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sync up with nightly futures_api #176

Merged
merged 13 commits into from
Apr 18, 2019
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- nightly-2019-02-27
- nightly-2019-04-15

before_script: |
rustup component add rustfmt clippy
Expand Down
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ version = "0.1.0"

[dependencies]
cookie = "0.11"
futures-preview = "0.3.0-alpha.13"
futures-preview = "0.3.0-alpha.14"
fnv = "1.0.6"
http = "0.1"
http-service = "0.1.4"
http-service = "0.1.4" # TODO: update after release
pin-utils = "0.1.0-alpha.4"
route-recognizer = "0.1.12"
serde = "1.0.80"
serde_derive = "1.0.80"
serde_json = "1.0.32"
serde_qs = "0.4.1"
serde = "1.0.90"
serde_derive = "1.0.90"
serde_json = "1.0.39"
serde_qs = "0.4.5"
slog = "2.4.1"
slog-async = "2.3.0"
slog-term = "2.4.0"
typemap = "0.3.3"

[dependencies.http-service-hyper]
optional = true
version = "0.1.0"
version = "0.1.0" # TODO: update after release

[dependencies.multipart]
default-features = false
Expand All @@ -45,7 +45,7 @@ hyper = ["http-service-hyper"]
[dev-dependencies]
basic-cookies = "0.1.3"
juniper = "0.10.0"
structopt = "0.2.14"
http-service-mock = "0.1.0"
serde = "1.0.80"
serde_derive = "1.0.80"
structopt = "0.2.15"
http-service-mock = "0.1.0" # TODO: update after release
serde = "1.0.90"
serde_derive = "1.0.90"