Update servo-media. Remove implicit shutdown requests. It all happens automagicly now

This commit is contained in:
Fernando Jiménez Moreno 2019-08-19 09:55:00 +02:00
parent 3658a8cc59
commit 507a1e4370
4 changed files with 53 additions and 38 deletions

View file

@ -46,9 +46,13 @@ packages = [
"parking_lot",
"parking_lot_core",
"percent-encoding", # https://github.com/servo/servo/pull/23838
"proc-macro2",
"quote",
"rand_core",
"scopeguard",
"syn",
"unicase",
"unicode-xid",
"url", # https://github.com/servo/servo/pull/23838
"ws",
]