Revert apub library 0.5.7 (#4783)

Wasnt necessary after all
dont_send_local_ban_for_removed_community
Nutomic 4 months ago committed by GitHub
parent 92214a9364
commit bb94fb1c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save