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", "libloading",
"log", "log",
"nix", "nix",
"parking_lot",
"rand", "rand",
"regex", "regex",
"reqwest", "reqwest",
@ -712,7 +711,6 @@ dependencies = [
"conduit_core", "conduit_core",
"log", "log",
"lru-cache", "lru-cache",
"parking_lot",
"ruma", "ruma",
"rust-rocksdb-uwu", "rust-rocksdb-uwu",
"tokio", "tokio",

View file

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

View file

@ -67,8 +67,6 @@ ipaddress.workspace = true
itertools.workspace = true itertools.workspace = true
libloading.workspace = true libloading.workspace = true
log.workspace = true log.workspace = true
parking_lot.optional = true
parking_lot.workspace = true
rand.workspace = true rand.workspace = true
regex.workspace = true regex.workspace = true
reqwest.workspace = true reqwest.workspace = true

View file

@ -42,8 +42,6 @@ chrono.workspace = true
conduit-core.workspace = true conduit-core.workspace = true
log.workspace = true log.workspace = true
lru-cache.workspace = true lru-cache.workspace = true
parking_lot.optional = true
parking_lot.workspace = true
ruma.workspace = true ruma.workspace = true
rust-rocksdb.optional = true rust-rocksdb.optional = true
rust-rocksdb.workspace = true rust-rocksdb.workspace = true