Bump servo-websocket to 0.20

This removes one use of an obsolete bitflags version.
This commit is contained in:
Anthony Ramine 2017-11-16 10:51:38 +01:00
parent ee0294380b
commit 02ccb98096
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"