Skip to content

Commit 5e265ac

Browse files
committed
Update hyper and tokio alphas
1 parent 5c50797 commit 5e265ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ vendored = ["native-tls/vendored"]
1515

1616
[dependencies]
1717
native-tls = "0.2"
18-
hyper = "=0.13.0-alpha.2"
19-
tokio-io = "=0.2.0-alpha.5"
20-
tokio-tls = "=0.3.0-alpha.5"
18+
hyper = "=0.13.0-alpha.3"
19+
tokio-io = "=0.2.0-alpha.6"
20+
tokio-tls = "=0.3.0-alpha.6"
2121

2222
[dev-dependencies]
23-
tokio = "=0.2.0-alpha.5"
23+
tokio = "=0.2.0-alpha.6"

0 commit comments

Comments
 (0)