From c216153dfb3cb2d08b72fa466fe522b3c7accde7 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Wed, 28 Jun 2023 18:58:23 +0200 Subject: [PATCH] Update activitypub-federation crate to 0.4.5 (#3379) https://github.com/LemmyNet/activitypub-federation-rust/releases/tag/0.4.5 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f32daf5dc..8fe0dfc49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,9 +14,9 @@ dependencies = [ [[package]] name = "activitypub_federation" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27540f6c4b72c91176610ed5279061a021387f972c7c6f42c41032b78a808267" +checksum = "4ab3ac148d9c0b4163a6d41040c17de7558a42224b9ecbd4e8f033aef6c254d9" dependencies = [ "activitystreams-kinds", "actix-web",