Auto merge of #19247 - servo:bumps, r=jdm

Bump servo-websocket to 0.20

This removes one use of an obsolete bitflags version.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19247)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-11-16 06:47:34 -06:00 committed by GitHub
commit 2755c1a89a
2 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ serde = "1.0"
serde_json = "1.0"
servo_config = {path = "../config"}
servo_url = {path = "../url"}
servo-websocket = "0.19"
servo-websocket = "0.20"
threadpool = "1.0"
time = "0.1.17"
unicase = "1.4.0"