Skip to content

Commit bf05966

Browse files
committed
Updated to non-git hyper version, fix is in upstream!
1 parent 776e821 commit bf05966

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ keywords = ["websocket", "websockets", "rfc6455"]
1717
license = "MIT"
1818

1919
[dependencies]
20+
hyper = "^0.10.6"
2021
unicase = "^1.0"
2122
url = "^1.0"
2223
rustc-serialize = "^0.3"
@@ -26,10 +27,6 @@ byteorder = "^1.0"
2627
sha1 = "^0.2"
2728
openssl = { version = "^0.9.10", optional = true }
2829

29-
[dependencies.hyper]
30-
git = "https://github.com/hyperium/hyper.git"
31-
rev = "78551dd040e2ab46e833af355c92fe87aa026244"
32-
3330
[features]
3431
default = ["ssl"]
3532
ssl = ["openssl"]

0 commit comments

Comments
 (0)