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

@ -30,7 +30,7 @@ log = "0.4"
mitochondria = "1.1.2"
msg = { path = "../msg" }
net_traits = { path = "../net_traits" }
parking_lot = "0.10"
parking_lot = "0.11"
range = { path = "../range" }
rayon = "1"
rayon_croissant = "0.2.0"