Update parking_lot.

This commit is contained in:
Josh Matthews 2022-04-01 01:33:17 -04:00
parent d9a1a9ddc1
commit a24a4f0608
8 changed files with 14 additions and 14 deletions

View file

@ -56,7 +56,7 @@ num-integer = "0.1"
num-traits = "0.2"
num_cpus = { version = "1.1.0", optional = true }
owning_ref = "0.4"
parking_lot = "0.10"
parking_lot = "0.11"
precomputed-hash = "0.1.1"
rayon = "1"
selectors = { path = "../selectors" }