Switched from std::RwLock to parking_lot

This commit is contained in:
2023-01-06 23:16:36 +01:00
parent 03282b81c5
commit 50ff5b162e
6 changed files with 15 additions and 9 deletions

View File

@@ -28,6 +28,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
bytes = "1.3.0"
pollster = "0.2.5"
regex = "1.7.0"
parking_lot = "0.12.1"
[profile.release]
lto=true