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"] }
|
futures-util = { version = "0.3.28", default_features = false, features = ["alloc"] }
|
||||||
flume = { version = "0.11.0", features = ["async"] }
|
flume = { version = "0.11.0", features = ["async"] }
|
||||||
parking_lot = "0.12.1"
|
parking_lot = "0.12.1"
|
||||||
|
lock_api = "0.4.10"
|
||||||
stop-token = { version = "0.7.0", default-features = false }
|
stop-token = { version = "0.7.0", default-features = false }
|
||||||
|
|
||||||
# Crypto
|
# Crypto
|
||||||
|
Loading…
Reference in New Issue
Block a user