mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Added exact lock_api dependency.
This commit is contained in:
parent
513116e672
commit
59f4899bca
@ -68,6 +68,7 @@ hashlink = { path = "../external/hashlink", features = ["serde_impl"] }
|
||||
futures-util = { version = "0.3.28", default_features = false, features = ["alloc"] }
|
||||
flume = { version = "0.11.0", features = ["async"] }
|
||||
parking_lot = "0.12.1"
|
||||
lock_api = "0.4.10"
|
||||
stop-token = { version = "0.7.0", default-features = false }
|
||||
|
||||
# Crypto
|
||||
|
Loading…
Reference in New Issue
Block a user