minor: Use parking_lot workspace dependency in helix-vcs

This is a follow-up from the parent commit - I accidentally didn't write
the buffer with this change before committing.
This commit is contained in:
Michael Davis 2025-03-13 12:43:32 -04:00
parent b47c9da3a1
commit 44bddf51b7
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ helix-core = { path = "../helix-core" }
helix-event = { path = "../helix-event" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
parking_lot = "0.12"
parking_lot.workspace = true
arc-swap = { version = "1.7.1" }
gix = { version = "0.70.0", features = ["attributes", "status"], default-features = false, optional = true }