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

@ -51,7 +51,7 @@ num-integer = "0.1.32"
num-traits = "0.1.32"
new-ordered-float = "1.0"
owning_ref = "0.3.3"
parking_lot = "0.5"
parking_lot = "0.6"
precomputed-hash = "0.1.1"
rayon = "1"
selectors = { path = "../selectors" }