Skip to content

Commit 7000b3a

Browse files
committed
Updated to published tokio-io crate.
1 parent a406e72 commit 7000b3a

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

Cargo.toml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,20 @@ license = "MIT"
1818

1919
[dependencies]
2020
hyper = "^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 }
3333
native-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]
3936
default = ["sync", "sync-ssl", "async", "async-ssl"]
4037
sync = []

0 commit comments

Comments
 (0)