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

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