1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-03 06:01: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]]
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",

View file

@ -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 }