drop thread_local feature

This commit is contained in:
Paul Robertson
2024-06-26 19:26:57 -04:00
parent e24b7d2f3e
commit 5e6b9ec1cf
4 changed files with 0 additions and 10 deletions

View File

@@ -382,10 +382,6 @@ features = ["use_std"]
[workspace.dependencies.parking_lot]
version = "0.12.3"
# used only by rusqlite
[workspace.dependencies.thread_local]
version = "1.1.8"
[workspace.dependencies.tokio-metrics]
version = "0.3.1"
default-features = false