Merge branch 'fix-lockapi-dependency' into 'main'

Fix lock_api dependency.

See merge request veilid/veilid!146
This commit is contained in:
Christien Rioux 2023-08-24 01:41:17 +00:00
commit 2716ea8402

View File

@ -86,6 +86,7 @@ futures-util = { version = "0.3.28", default_features = false, features = [
] }
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