chore: upgrade k-ap to 0.4.0
Some checks failed
CI / Check / Test (push) Has been cancelled

Map new fetched_at field in RemoteActor for postgres and sqlite adapters.
This commit is contained in:
2026-05-30 03:00:44 +02:00
parent 7456a18fc9
commit 14066ea469
6 changed files with 26 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
sqlx = { workspace = true }
activitypub = { workspace = true }
k-ap = { version = "0.3.1", registry = "gitea" }
k-ap = { version = "0.4.0", registry = "gitea" }
domain = { workspace = true }
anyhow = { workspace = true }
serde_json = { workspace = true }