Move parking_lot dependency to workspace dep (#4228)

This commit is contained in:
Eric
2023-08-16 21:32:42 +08:00
committed by GitHub
parent 43601e3496
commit d643d03030
9 changed files with 11 additions and 10 deletions

View File

@ -37,7 +37,7 @@ secp256k1 = { workspace = true, default-features = false, features = [
"rand",
], optional = true }
modular-bitfield = "0.11.2"
parking_lot = "0.12.1"
parking_lot.workspace = true
clap = { version = "4", features = ["derive"], optional = true }
[dev-dependencies]