bump k-ap 0.4.4, handle OutboundFollowAccepted w/ outbox backfill
All checks were successful
lint / lint (push) Successful in 17m36s
test / unit (push) Successful in 21m21s

This commit is contained in:
2026-07-11 10:48:23 +02:00
parent 09f5caefe7
commit 1e7886fb85
8 changed files with 45 additions and 8 deletions

6
Cargo.lock generated
View File

@@ -2017,9 +2017,9 @@ dependencies = [
[[package]]
name = "k-ap"
version = "0.4.0"
version = "0.4.4"
source = "sparse+https://git.gabrielkaszewski.dev/api/packages/GKaszewski/cargo/"
checksum = "ccaa914953bfd45ea206e11826da8f61ce1fbe02f8fe0622880527046ad6ae24"
checksum = "daec6ce514e07fc9c6e39a780f3144292534008a2c16c1645f131fad877c7894"
dependencies = [
"activitypub_federation",
"anyhow",
@@ -4570,7 +4570,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.61.2",
"windows-sys 0.48.0",
]
[[package]]