@@ -36,15 +36,15 @@ log = "0.4"
36
36
net2 = { version = " 0.2.32" , optional = true }
37
37
pin-utils = " 0.1.0-alpha.4"
38
38
time = " 0.1"
39
- tokio = { git = " https://github.com/tokio-rs/tokio " , optional = true , default-features = false , features = [" rt-full" ] }
40
- tokio-buf = " 0.1"
41
- tokio-executor = { git = " https://github.com/tokio-rs/tokio " }
42
- tokio-io = { git = " https://github.com/tokio-rs/tokio " }
43
- tokio-reactor = { git = " https://github.com/tokio-rs/tokio " , optional = true }
44
- tokio-sync = { git = " https://github.com/tokio-rs/tokio " }
45
- tokio-tcp = { git = " https://github.com/tokio-rs/tokio " , optional = true , features = [" async-traits" ] }
46
- tokio-threadpool = { git = " https://github.com/tokio-rs/tokio " , optional = true }
47
- tokio-timer = { git = " https://github.com/tokio-rs/tokio " , optional = true }
39
+ tokio = { version = " 0.2.0-alpha.1 " , optional = true , default-features = false , features = [" rt-full" ] }
40
+ tokio-buf = " 0.2.0-alpha. 1"
41
+ tokio-executor = " 0.2.0-alpha.1 "
42
+ tokio-io = " 0.2.0-alpha.1 "
43
+ tokio-reactor = { version = " 0.2.0-alpha.1 " , optional = true }
44
+ tokio-sync = " 0.2.0-alpha.1 "
45
+ tokio-tcp = { version = " 0.2.0-alpha.1 " , optional = true , features = [" async-traits" ] }
46
+ tokio-threadpool = { version = " 0.2.0-alpha.1 " , optional = true }
47
+ tokio-timer = { version = " 0.3.0-alpha.1 " , optional = true }
48
48
want = { git = " https://github.com/seanmonstar/want" , branch = " std-future" }
49
49
50
50
[dev-dependencies ]
@@ -55,8 +55,8 @@ spmc = "0.2"
55
55
serde = " 1.0"
56
56
serde_derive = " 1.0"
57
57
serde_json = " 1.0"
58
- tokio-fs = { git = " https://github.com/tokio-rs/tokio " }
59
- tokio-test = { git = " https://github.com/tokio-rs/tokio " }
58
+ tokio-fs = " 0.2.0-alpha.1 "
59
+ tokio-test = " 0.2.0-alpha.1 "
60
60
url = " 1.0"
61
61
62
62
@@ -177,4 +177,3 @@ required-features = ["runtime"]
177
177
# name = "server"
178
178
# path = "tests/server.rs"
179
179
# required-features = ["runtime"]
180
-
0 commit comments