Auto merge of #9660 - servo:websocketup, r=jdm

Update websocket

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9660)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-23 23:51:54 +05:30
commit 7840aae1b9
7 changed files with 17 additions and 17 deletions

View file

@ -1228,7 +1228,7 @@ dependencies = [
"util 0.0.1",
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_traits 0.1.0 (git+https://github.com/glennw/webrender_traits)",
"websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"websocket 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1279,7 +1279,7 @@ dependencies = [
"stb_image 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"websocket 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -1629,7 +1629,7 @@ dependencies = [
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"websocket 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"xml5ever 0.1.1 (git+https://github.com/Ygg01/xml5ever)",
]
@ -2242,7 +2242,7 @@ dependencies = [
[[package]]
name = "websocket"
version = "0.14.0"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",