mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
minor: Use a workspace dependency for parking_lot
This commit is contained in:
parent
fdaf12a35d
commit
b47c9da3a1
5 changed files with 5 additions and 4 deletions
|
@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_json = "1.0"
|
||||
tokio = { version = "1.44", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
|
||||
tokio-stream = "0.1.17"
|
||||
parking_lot = "0.12.3"
|
||||
parking_lot.workspace = true
|
||||
arc-swap = "1"
|
||||
slotmap.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue