Revert apub library 0.5.7

Wasnt necessary after all
apub-0.5.7-revert
Felix Ableitner 2024-06-06 00:01:44 +02:00
parent 92214a9364
commit 247348faaa
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ lemmy_db_views = { version = "=0.19.4-rc.7", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.19.4-rc.7", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.19.4-rc.7", path = "./crates/db_views_moderator" }
lemmy_federate = { version = "=0.19.4-rc.7", path = "./crates/federate" }
activitypub_federation = { version = "0.5.7", default-features = false, features = [
activitypub_federation = { version = "0.5.6", default-features = false, features = [
"actix-web",
] }
diesel = "2.1.6"