From: Nutomic Date: Wed, 28 Jun 2023 16:58:23 +0000 (+0200) Subject: Update activitypub-federation crate to 0.4.5 (#3379) X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=c216153dfb3cb2d08b72fa466fe522b3c7accde7;p=lemmy.git Update activitypub-federation crate to 0.4.5 (#3379) https://github.com/LemmyNet/activitypub-federation-rust/releases/tag/0.4.5 --- diff --git a/Cargo.lock b/Cargo.lock index f32daf5d..8fe0dfc4 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",