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

6
Cargo.lock generated
View File

@@ -2015,8 +2015,8 @@ dependencies = [
[[package]]
name = "k-ap"
version = "0.1.7"
source = "git+https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git?tag=v0.1.7#699258f830922830df956db8e5dea739ee1642aa"
version = "0.1.8"
source = "git+https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git?tag=v0.1.8#1949fce620a4d8f6ae9aa88412f5dbf4b7b0f089"
dependencies = [
"activitypub_federation",
"anyhow",
@@ -4566,7 +4566,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]]