Update servo-websocket to 0.21

This commit is contained in:
Bastien Orivel 2018-03-14 23:49:40 +01:00
parent 84ce43284c
commit f48d0928d5
3 changed files with 39 additions and 25 deletions

View file

@ -35,7 +35,7 @@ serde = "1.0"
serde_json = "1.0"
servo_config = {path = "../config"}
servo_url = {path = "../url"}
servo-websocket = "0.20"
servo-websocket = { version = "0.21", default-features = false, features = ["sync"] }
threadpool = "1.0"
time = "0.1.17"
unicase = "1.4.0"