1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-03 08:51:35 +00:00

Upgrade apub lib

This commit is contained in:
Felix Ableitner 2025-01-23 11:20:51 +01:00
parent 3d1beefe14
commit 218c621afb
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -4,8 +4,9 @@ version = 4
[[package]] [[package]]
name = "activitypub_federation" name = "activitypub_federation"
version = "0.6.1" version = "0.6.2"
source = "git+https://github.com/LemmyNet/activitypub-federation-rust.git?branch=verify_is_remote_object#4aa9658710d3e43d38f7ecce386ed5c70700aeda" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce5c105760d36108026acde9cb779d8ef4714d5e551f248a9e8e0369b6671b78"
dependencies = [ dependencies = [
"activitystreams-kinds", "activitystreams-kinds",
"async-trait", "async-trait",

View file

@ -77,7 +77,7 @@ tower-http = { version = "0.6.2", features = [
"fs", "fs",
"compression-full", "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", "axum",
"diesel", "diesel",
], default-features = false } ], default-features = false }