chore(dependencies): Upgrade tokio

This commit is contained in:
Douman
2019-08-18 14:16:25 +02:00
committed by Sean McArthur
parent c1d40f30b5
commit 4920f5e264
8 changed files with 28 additions and 34 deletions

View File

@@ -36,15 +36,13 @@ log = "0.4"
net2 = { version = "0.2.32", optional = true }
pin-utils = "0.1.0-alpha.4"
time = "0.1"
tokio = { version = "0.2.0-alpha.1", optional = true, default-features = false, features = ["rt-full"] }
tokio = { version = "0.2.0-alpha.2", optional = true, default-features = false, features = ["rt-full"] }
tokio-buf = "0.2.0-alpha.1"
tokio-executor = "0.2.0-alpha.1"
tokio-io = "0.2.0-alpha.1"
tokio-reactor = { version = "0.2.0-alpha.1", optional = true }
tokio-sync = "0.2.0-alpha.1"
tokio-tcp = { version = "0.2.0-alpha.1", optional = true, features = ["async-traits"] }
tokio-threadpool = { version = "0.2.0-alpha.1", optional = true }
tokio-timer = { version = "0.3.0-alpha.1", optional = true }
tokio-executor = "0.2.0-alpha.2"
tokio-io = "0.2.0-alpha.2"
tokio-sync = "0.2.0-alpha.2"
tokio-net = { version = "0.2.0-alpha.2", optional = true, features = ["tcp"] }
tokio-timer = { version = "0.3.0-alpha.2", optional = true }
want = { git = "https://github.com/seanmonstar/want", branch = "std-future" }
[dev-dependencies]
@@ -55,8 +53,8 @@ spmc = "0.3"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tokio-fs = "0.2.0-alpha.1"
tokio-test = "0.2.0-alpha.1"
tokio-fs = "0.2.0-alpha.2"
tokio-test = "0.2.0-alpha.2"
url = "1.0"
@@ -68,9 +66,7 @@ default = [
runtime = [
"net2",
"tokio",
"tokio-reactor",
"tokio-tcp",
"tokio-threadpool",
"tokio-net",
"tokio-timer",
]
nightly = []