Skip to content

Commit

Permalink
drop parking_lot feature
Browse files Browse the repository at this point in the history
  • Loading branch information
perobertson authored and jevolk committed Jun 27, 2024
1 parent 9e56948 commit 5ad002e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,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
Expand Down
2 changes: 0 additions & 2 deletions src/database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ad002e

Please sign in to comment.