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

@ -70,7 +70,7 @@ msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
num-traits = "0.1.32"
offscreen_gl_context = {version = "0.20", features = ["serde"]}
parking_lot = "0.5"
parking_lot = "0.6"
phf = "0.7.18"
profile_traits = {path = "../profile_traits"}
ref_filter_map = "1.0.1"