drop thread_local feature
This commit is contained in:
parent
e24b7d2f3e
commit
5e6b9ec1cf
4 changed files with 0 additions and 10 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -694,7 +694,6 @@ dependencies = [
|
|||
"serde_json",
|
||||
"serde_regex",
|
||||
"thiserror",
|
||||
"thread_local",
|
||||
"tikv-jemalloc-ctl",
|
||||
"tikv-jemalloc-sys",
|
||||
"tikv-jemallocator",
|
||||
|
@ -716,7 +715,6 @@ dependencies = [
|
|||
"parking_lot",
|
||||
"ruma",
|
||||
"rust-rocksdb-uwu",
|
||||
"thread_local",
|
||||
"tokio",
|
||||
"tracing",
|
||||
]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -81,8 +81,6 @@ serde_json.workspace = true
|
|||
serde_regex.workspace = true
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
thread_local.optional = true
|
||||
thread_local.workspace = true
|
||||
tikv-jemallocator.optional = true
|
||||
tikv-jemallocator.workspace = true
|
||||
tikv-jemalloc-ctl.optional = true
|
||||
|
|
|
@ -47,8 +47,6 @@ parking_lot.workspace = true
|
|||
ruma.workspace = true
|
||||
rust-rocksdb.optional = true
|
||||
rust-rocksdb.workspace = true
|
||||
thread_local.optional = true
|
||||
thread_local.workspace = true
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue