aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-03-29 09:55:17 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-03-29 09:55:17 +0530
commit074c7e8aa0cdfbd9ff558a0189e90e60f879a29b (patch)
tree0ba6c89bff70c18e57704ae3fd406ab03cab8f36 /components/servo
parentcf4fa0a9f463f9bdfc5daef7f6bf9d6e1d151aa6 (diff)
parente29beb10a884f78454582e47ef1b4141f39ffd63 (diff)
downloadservo-074c7e8aa0cdfbd9ff558a0189e90e60f879a29b.tar.gz
servo-074c7e8aa0cdfbd9ff558a0189e90e60f879a29b.zip
Auto merge of #10240 - servo:websocket, r=jdm
Bump websocket to 0.16.1 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10240) <!-- Reviewable:end -->
Diffstat (limited to 'components/servo')
-rw-r--r--components/servo/Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index df4759a0ca3..2cf16116b60 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -1288,7 +1288,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/servo/webrender_traits)",
- "websocket 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "websocket 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1339,7 +1339,7 @@ dependencies = [
"serde_macros 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
- "websocket 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "websocket 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -1731,7 +1731,7 @@ dependencies = [
"url 0.5.7 (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.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "websocket 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
"xml5ever 0.1.1 (git+https://github.com/Ygg01/xml5ever)",
]
@@ -2339,7 +2339,7 @@ dependencies = [
[[package]]
name = "websocket"
-version = "0.15.2"
+version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",