minor: Use a workspace dependency for parking_lot

This commit is contained in:
Michael Davis
2025-03-13 12:34:40 -04:00
parent fdaf12a35d
commit b47c9da3a1
5 changed files with 5 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ serde_json = "1.0"
toml = "0.8"
log = "~0.4"
parking_lot = "0.12.3"
parking_lot.workspace = true
thiserror.workspace = true
[target.'cfg(windows)'.dependencies]