Update activitypub library (#4691)

https://github.com/LemmyNet/activitypub-federation-rust/releases/tag/0.5.5
This commit is contained in:
Nutomic 2024-05-02 18:46:34 +02:00 committed by GitHub
parent 7746db4169
commit 7540b02723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = { version = "0.5.4", default-features = false, features = [
activitypub_federation = { version = "0.5.5", default-features = false, features = [
"actix-web",
] }
diesel = "2.1.6"