drop parking_lot feature
This commit is contained in:
parent
5e6b9ec1cf
commit
73b85372d6
4 changed files with 0 additions and 10 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -682,7 +682,6 @@ dependencies = [
|
|||
"libloading",
|
||||
"log",
|
||||
"nix",
|
||||
"parking_lot",
|
||||
"rand",
|
||||
"regex",
|
||||
"reqwest",
|
||||
|
@ -712,7 +711,6 @@ dependencies = [
|
|||
"conduit_core",
|
||||
"log",
|
||||
"lru-cache",
|
||||
"parking_lot",
|
||||
"ruma",
|
||||
"rust-rocksdb-uwu",
|
||||
"tokio",
|
||||
|
|
|
@ -378,10 +378,6 @@ version = "0.5.4"
|
|||
default-features = false
|
||||
features = ["use_std"]
|
||||
|
||||
# used only by rusqlite
|
||||
[workspace.dependencies.parking_lot]
|
||||
version = "0.12.3"
|
||||
|
||||
[workspace.dependencies.tokio-metrics]
|
||||
version = "0.3.1"
|
||||
default-features = false
|
||||
|
|
|
@ -67,8 +67,6 @@ ipaddress.workspace = true
|
|||
itertools.workspace = true
|
||||
libloading.workspace = true
|
||||
log.workspace = true
|
||||
parking_lot.optional = true
|
||||
parking_lot.workspace = true
|
||||
rand.workspace = true
|
||||
regex.workspace = true
|
||||
reqwest.workspace = true
|
||||
|
|
|
@ -42,8 +42,6 @@ chrono.workspace = true
|
|||
conduit-core.workspace = true
|
||||
log.workspace = true
|
||||
lru-cache.workspace = true
|
||||
parking_lot.optional = true
|
||||
parking_lot.workspace = true
|
||||
ruma.workspace = true
|
||||
rust-rocksdb.optional = true
|
||||
rust-rocksdb.workspace = true
|
||||
|
|
Loading…
Add table
Reference in a new issue