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 }