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

@ -28,7 +28,7 @@ malloc_size_of = { path = "../malloc_size_of" }
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
ordered-float = "0.4"
parking_lot = "0.4"
parking_lot = "0.5"
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
rayon = "1"