update futures-rs and tokio

This commit is contained in:
Christian Battaglia 2019-11-07 18:38:05 -05:00
parent 7528e7f1cb
commit 172b35fae5
1 changed files with 2 additions and 2 deletions
actix-service

View File

@ -23,9 +23,9 @@ name = "actix_service"
path = "src/lib.rs"
[dependencies]
futures = { package = "futures-preview", version = "0.3.0-alpha.18" }
futures = "0.3.1"
pin-project = "0.4.0-alpha.11"
[dev-dependencies]
tokio = "0.2.0-alpha.4"
tokio = "0.2.0-alpha.5"
actix-rt = "0.2"