Skip to content

Commit 784e3c0

Browse files
committed
Update hyper to alpha.1
1 parent 86f4c00 commit 784e3c0

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 = { git = "https://github.com/hyperium/hyper" }
19-
tokio-io = "0.2.0-alpha.4"
20-
tokio-tls = "0.3.0-alpha.4"
18+
hyper = "=0.13.0-alpha.1"
19+
tokio-io = "=0.2.0-alpha.4"
20+
tokio-tls = "=0.3.0-alpha.4"
2121

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

0 commit comments

Comments
 (0)