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 }