Back out "Bump parking-lot to version 0.12.0"

Summary:
Original commit changeset: ce571ef50289

Original Phabricator Diff: D33985872 (6dda2dafb9)

Reviewed By: dtolnay

Differential Revision: D34060091

fbshipit-source-id: c1ddcdd1848a51f83dcbc9b2eec5f316bb6e44e5
This commit is contained in:
Wez Furlong 2022-02-08 11:36:18 -08:00 committed by Facebook GitHub Bot
parent 6dda2dafb9
commit 12ad2e60f7

View file

@ -19,7 +19,7 @@ lazy_static = "1.0"
libc = "0.2.98" libc = "0.2.98"
nix = "0.22" nix = "0.22"
num-traits = "0.2" num-traits = "0.2"
parking_lot = { version = "0.12.0", features = ["send_guard"] } parking_lot = { version = "0.11.2", features = ["send_guard"] }
paste = "1.0" paste = "1.0"
perf-event-open-sys = "1.0" perf-event-open-sys = "1.0"
procfs = "0.9" procfs = "0.9"