mirror of https://github.com/fafhrd91/actix-net
update to latest tokio alpha and futures-rs
This commit is contained in:
parent
43c04fc041
commit
e7631f76f2
|
@ -20,7 +20,7 @@ path = "src/lib.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "0.4.12"
|
bytes = "0.4.12"
|
||||||
pin-utils = "0.1.0-alpha.4"
|
pin-utils = "0.1.0-alpha.4"
|
||||||
futures = { package = "futures-preview", version = "0.3.0-alpha.18" }
|
futures = "0.3.1"
|
||||||
tokio-io = "0.2.0-alpha.4"
|
tokio-io = "0.2.0-alpha.5"
|
||||||
tokio-codec = "0.2.0-alpha.4"
|
tokio-codec = "0.2.0-alpha.5"
|
||||||
log = "0.4"
|
log = "0.4"
|
|
@ -19,13 +19,12 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-threadpool = "0.1.1"
|
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
|
# TODO: Replace this with dependency on tokio-runtime once it is ready
|
||||||
tokio = { version = "0.2.0-alpha.4" }
|
tokio = { version = "0.2.0-alpha.5" }
|
||||||
tokio-timer = "=0.3.0-alpha.4"
|
tokio-timer = "=0.3.0-alpha.5"
|
||||||
tokio-executor = "=0.2.0-alpha.4"
|
tokio-executor = "=0.2.0-alpha.5"
|
||||||
tokio-net = "=0.2.0-alpha.4"
|
tokio-net = "=0.2.0-alpha.5"
|
||||||
|
|
||||||
copyless = "0.1.4"
|
copyless = "0.1.4"
|
||||||
|
|
|
@ -19,7 +19,7 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive_more = "0.15"
|
derive_more = "0.15"
|
||||||
futures = { package = "futures-preview", version = "0.3.0-alpha.18" }
|
futures = "0.3.1"
|
||||||
parking_lot = "0.9"
|
parking_lot = "0.9"
|
||||||
lazy_static = "1.2"
|
lazy_static = "1.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
Loading…
Reference in New Issue