From bc19d94e3cc316079bbf8ed336680d412c5e2f55 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Tue, 22 Nov 2022 12:20:31 +0000 Subject: [PATCH] Upgrade activitypub_federation crate to 0.3.3 (ref #2511) (#2578) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index decc93a0e..164111f60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "activitypub_federation" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85eee18b953107c2ce1f9e217b533464b061c4416179aa65c6adb102379fbaff" +checksum = "6dc8d966802e5a2b79a7f726f17d00b161151eded8cf0b02ca4ed9bc0057c9fd" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 97ffeebaf..7225baba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ lemmy_routes = { version = "=0.16.5", path = "./crates/routes" } lemmy_db_views = { version = "=0.16.5", path = "./crates/db_views" } lemmy_db_views_actor = { version = "=0.16.5", path = "./crates/db_views_actor" } lemmy_db_views_moderator = { version = "=0.16.5", path = "./crates/db_views_moderator" } -activitypub_federation = "0.3.2" +activitypub_federation = "0.3.3" diesel = "2.0.2" diesel_migrations = "2.0.0" diesel-async = "0.1.1"