drop parking_lot feature

This commit is contained in:
Paul Robertson 2024-06-26 19:27:48 -04:00
parent 5e6b9ec1cf
commit 73b85372d6
No known key found for this signature in database
4 changed files with 0 additions and 10 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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

View file

@ -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

View file

@ -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