Bump parking_lot to 0.5

This commit is contained in:
Bastien Orivel 2018-03-21 18:19:29 +01:00
parent 797fb553bb
commit f71e34ccab
7 changed files with 19 additions and 20 deletions

View file

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