From 218c621afbe65c16d487343cb2bf66ed985ffc1a Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 23 Jan 2025 11:20:51 +0100 Subject: [PATCH] Upgrade apub lib --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1768b8..951dcdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,8 +4,9 @@ version = 4 [[package]] name = "activitypub_federation" -version = "0.6.1" -source = "git+https://github.com/LemmyNet/activitypub-federation-rust.git?branch=verify_is_remote_object#4aa9658710d3e43d38f7ecce386ed5c70700aeda" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce5c105760d36108026acde9cb779d8ef4714d5e551f248a9e8e0369b6671b78" dependencies = [ "activitystreams-kinds", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 346d0b8..c3e99ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ tower-http = { version = "0.6.2", features = [ "fs", "compression-full", ] } -activitypub_federation = { git = "https://github.com/LemmyNet/activitypub-federation-rust.git", branch = "verify_is_remote_object", features = [ +activitypub_federation = { version = "0.6.2", features = [ "axum", "diesel", ], default-features = false }