mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Move parking_lot dependency to workspace dep (#4228)
This commit is contained in:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user