Remove use of nightly features in parking_lot. Update many uses from 0.9 to 0.10.

This commit is contained in:
Josh Matthews 2020-05-25 19:40:50 -04:00
parent 95a818e262
commit 1da40b59af
10 changed files with 20 additions and 36 deletions

View file

@ -26,7 +26,7 @@ malloc_size_of_derive = "0.1"
metrics = {path = "../metrics"}
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
parking_lot = "0.9"
parking_lot = "0.10"
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
script_traits = {path = "../script_traits"}