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

8
ports/cef/Cargo.lock generated
View file

@ -1158,7 +1158,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]]
@ -1190,7 +1190,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]]
@ -1515,7 +1515,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)",
]
@ -2128,7 +2128,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)",

8
ports/gonk/Cargo.lock generated
View file

@ -1139,7 +1139,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]]
@ -1171,7 +1171,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]]
@ -1496,7 +1496,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)",
]
@ -2076,7 +2076,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)",