feat: update k-ap dependency to v0.1.8 and enhance middleware for ActivityPub requests

This commit is contained in:
2026-05-28 01:08:45 +02:00
parent f6893b19dc
commit 5ca5ad9561
8 changed files with 80 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ postgres = { workspace = true }
postgres-search = { workspace = true }
postgres-federation = { workspace = true }
activitypub = { workspace = true }
k-ap = { git = "https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git", tag = "v0.1.7" }
k-ap = { git = "https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git", tag = "v0.1.8" }
nats = { workspace = true }
event-transport = { workspace = true }
auth = { workspace = true }