mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-26 03:45:55 +00:00
cleanup
This commit is contained in:
parent
992ff352b7
commit
d4cc99f16b
2 changed files with 296 additions and 287 deletions
581
Cargo.lock
generated
581
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -99,7 +99,7 @@ lemmy_db_views = { version = "=0.19.4-beta.6", path = "./crates/db_views" }
|
|||
lemmy_db_views_actor = { version = "=0.19.4-beta.6", path = "./crates/db_views_actor" }
|
||||
lemmy_db_views_moderator = { version = "=0.19.4-beta.6", path = "./crates/db_views_moderator" }
|
||||
lemmy_federate = { version = "=0.19.4-beta.6", path = "./crates/federate" }
|
||||
activitypub_federation = { path = "../activitypub-federation-rust", default-features = false, features = [
|
||||
activitypub_federation = { version = "0.5.5", default-features = false, features = [
|
||||
"actix-web",
|
||||
] }
|
||||
diesel = "2.1.6"
|
||||
|
|
Loading…
Reference in a new issue