File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,20 @@ license = "MIT"
1818
1919[dependencies ]
2020hyper = " ^0.10.6"
21- unicase = " ^ 1.0"
22- url = " ^ 1.0"
23- bitflags = " ^ 0.8"
24- rand = " ^ 0.3"
25- byteorder = " ^ 1.0"
26- sha1 = " ^ 0.2"
27- base64 = " ^ 0.5"
28- futures = { version = " ^ 0.1" , optional = true }
29- tokio-core = { version = " 0.1.7 " , optional = true }
30- tokio-io = { version = " 0.1.1 " , optional = true }
31- tokio-tls = { version = " ^ 0.1" , optional = true }
32- bytes = { version = " ^ 0.4" , optional = true }
21+ unicase = " 1.0"
22+ url = " 1.0"
23+ bitflags = " 0.8"
24+ rand = " 0.3"
25+ byteorder = " 1.0"
26+ sha1 = " 0.2"
27+ base64 = " 0.5"
28+ futures = { version = " 0.1" , optional = true }
29+ tokio-core = { version = " 0.1" , optional = true }
30+ tokio-io = { version = " ^ 0.1.2 " , optional = true }
31+ tokio-tls = { version = " 0.1" , optional = true }
32+ bytes = { version = " 0.4" , optional = true }
3333native-tls = { version = " ^0.1.2" , optional = true }
3434
35- [replace ."tokio-io:0 .1 .1" ]
36- git = " https://github.com/tokio-rs/tokio-io.git"
37-
3835[features ]
3936default = [" sync" , " sync-ssl" , " async" , " async-ssl" ]
4037sync = []
You can’t perform that action at this time.
0 commit comments