X-Git-Url: http://these/git/?a=blobdiff_plain;f=Cargo.toml;h=f5268be244ce058baef1942001f416f38b0c93e1;hb=95e758e7079727d86a4e4f542d6b261fbf0ccc37;hp=2a9ffb1ae32b59b96746f68e4dbd0732450030e1;hpb=164f4b93d9a4dca2ffe91affe2368c444a1d535f;p=lemmy.git diff --git a/Cargo.toml b/Cargo.toml index 2a9ffb1a..f5268be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ lemmy_routes = { version = "=0.18.1", path = "./crates/routes" } lemmy_db_views = { version = "=0.18.1", path = "./crates/db_views" } lemmy_db_views_actor = { version = "=0.18.1", path = "./crates/db_views_actor" } lemmy_db_views_moderator = { version = "=0.18.1", path = "./crates/db_views_moderator" } -activitypub_federation = { version = "0.4.5", default-features = false, features = [ +activitypub_federation = { version = "0.4.6", default-features = false, features = [ "actix-web", ] } diesel = "2.1.0"