Fixing another missing.

This commit is contained in:
Dessalines 2024-10-27 15:00:11 -04:00
parent db359144c5
commit cfdf9268a7
2 changed files with 5 additions and 0 deletions

1
Cargo.lock generated
View file

@ -2539,6 +2539,7 @@ dependencies = [
"anyhow",
"bcrypt",
"chrono",
"futures",
"lemmy_api_common",
"lemmy_db_schema",
"lemmy_db_views",

View file

@ -23,6 +23,7 @@ bcrypt = { workspace = true }
actix-web = { workspace = true }
tracing = { workspace = true }
url = { workspace = true }
futures.workspace = true
uuid = { workspace = true }
moka.workspace = true
anyhow.workspace = true
@ -35,3 +36,6 @@ serde_with = { workspace = true }
[package.metadata.cargo-machete]
ignored = ["futures"]
[package.metadata.cargo-shear]
ignored = ["futures"]