update to latest tokio alpha and futures-rs

This commit is contained in:
Christian Battaglia 2019-11-07 17:49:54 -05:00
parent 43c04fc041
commit e7631f76f2
3 changed files with 9 additions and 10 deletions

View File

@ -20,7 +20,7 @@ path = "src/lib.rs"
[dependencies]
bytes = "0.4.12"
pin-utils = "0.1.0-alpha.4"
futures = { package = "futures-preview", version = "0.3.0-alpha.18" }
tokio-io = "0.2.0-alpha.4"
tokio-codec = "0.2.0-alpha.4"
futures = "0.3.1"
tokio-io = "0.2.0-alpha.5"
tokio-codec = "0.2.0-alpha.5"
log = "0.4"

View File

@ -19,13 +19,12 @@ path = "src/lib.rs"
[dependencies]
actix-threadpool = "0.1.1"
futures = { package = "futures-preview", version = "0.3.0-alpha.18" }
futures = "0.3.1"
# TODO: Replace this with dependency on tokio-runtime once it is ready
tokio = { version = "0.2.0-alpha.4" }
tokio-timer = "=0.3.0-alpha.4"
tokio-executor = "=0.2.0-alpha.4"
tokio-net = "=0.2.0-alpha.4"
tokio = { version = "0.2.0-alpha.5" }
tokio-timer = "=0.3.0-alpha.5"
tokio-executor = "=0.2.0-alpha.5"
tokio-net = "=0.2.0-alpha.5"
copyless = "0.1.4"

View File

@ -19,7 +19,7 @@ path = "src/lib.rs"
[dependencies]
derive_more = "0.15"
futures = { package = "futures-preview", version = "0.3.0-alpha.18" }
futures = "0.3.1"
parking_lot = "0.9"
lazy_static = "1.2"
log = "0.4"