refactor: Replace std Mutex with parking_lot

This commit is contained in:
Jade Ellis 2025-07-19 20:36:27 +01:00
commit 30a8c06fd9
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
12 changed files with 44 additions and 59 deletions

View file

@ -515,6 +515,13 @@ version = "1.0"
[workspace.dependencies.proc-macro2]
version = "1.0"
[workspace.dependencies.parking_lot]
version = "0.12.4"
# Use this when extending with_lock::WithLock to parking_lot
# [workspace.dependencies.lock_api]
# version = "0.4.13"
[workspace.dependencies.bytesize]
version = "2.0"