diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml
index 289c334a..c0812242 100644
--- a/helix-vcs/Cargo.toml
+++ b/helix-vcs/Cargo.toml
@@ -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 }