Update parking_lot to 0.6

This commit is contained in:
Bastien Orivel 2018-07-19 23:16:26 +02:00
parent 908a642063
commit ba9cbd87fb
7 changed files with 37 additions and 25 deletions

View file

@ -15,7 +15,7 @@ app_units = "0.6"
cssparser = "0.24.0"
euclid = "0.18"
html5ever = "0.22"
parking_lot = "0.5"
parking_lot = "0.6"
rayon = "1"
serde_json = "1.0"
selectors = {path = "../../../components/selectors"}