Upgrade parking_lot to 0.8.

This commit is contained in:
Josh Matthews 2019-05-25 07:10:36 -04:00
parent e2cfe5d05f
commit 2875e5ccb3
7 changed files with 58 additions and 12 deletions

View file

@ -33,7 +33,7 @@ msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
num-traits = "0.2"
ordered-float = "1.0"
parking_lot = "0.7"
parking_lot = "0.8"
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
rayon = "1"