From 10be024bdf4313bf4d4ba33d5aacef84b1355448 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sat, 11 Jul 2026 10:45:43 +0200 Subject: [PATCH] fix: update k-ap dependency version to 0.4.4 --- crates/adapters/postgres-federation/Cargo.toml | 2 +- crates/adapters/sqlite-federation/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/adapters/postgres-federation/Cargo.toml b/crates/adapters/postgres-federation/Cargo.toml index ac24ca8..e5ff03d 100644 --- a/crates/adapters/postgres-federation/Cargo.toml +++ b/crates/adapters/postgres-federation/Cargo.toml @@ -13,7 +13,7 @@ sqlx = { version = "0.8.6", features = [ ] } activitypub = { workspace = true } adapter-common = { workspace = true } -k-ap = { version = "0.4.1", registry = "gitea" } +k-ap = { version = "0.4.4", registry = "gitea" } domain = { workspace = true } uuid = { workspace = true } chrono = { workspace = true } diff --git a/crates/adapters/sqlite-federation/Cargo.toml b/crates/adapters/sqlite-federation/Cargo.toml index fbc6847..e1fc328 100644 --- a/crates/adapters/sqlite-federation/Cargo.toml +++ b/crates/adapters/sqlite-federation/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" sqlx = { workspace = true } activitypub = { workspace = true } adapter-common = { workspace = true } -k-ap = { version = "0.4.1", registry = "gitea" } +k-ap = { version = "0.4.4", registry = "gitea" } domain = { workspace = true } anyhow = { workspace = true } serde_json = { workspace = true }