fixup! Update parking_lot.

This commit is contained in:
Josh Matthews 2022-04-01 01:47:49 -04:00
parent c52f0e8a85
commit d1c1d24880

View file

@ -31,7 +31,7 @@ malloc_size_of = { path = "../malloc_size_of" }
metrics = { path = "../metrics" }
msg = { path = "../msg" }
net_traits = { path = "../net_traits" }
parking_lot = { version = "0.10" }
parking_lot = { version = "0.11" }
profile_traits = { path = "../profile_traits" }
range = { path = "../range" }
script = { path = "../script" }