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

@ -53,7 +53,7 @@ num-traits = "0.2"
num-derive = "0.2"
ordered-float = "1.0"
owning_ref = "0.4"
parking_lot = "0.7"
parking_lot = "0.8"
precomputed-hash = "0.1.1"
rayon = "1"
selectors = { path = "../selectors" }