fix: resolve movies-diary compile errors after k-ap migration
Some checks failed
CI / Check / Test (push) Failing after 44s
CI / Release build (push) Has been skipped

This commit is contained in:
2026-05-17 23:12:03 +02:00
parent 6efc47a891
commit ca8fdb33ba
6 changed files with 81 additions and 32 deletions

47
Cargo.lock generated
View File

@@ -6,13 +6,13 @@ version = 4
name = "activitypub"
version = "0.1.0"
dependencies = [
"activitypub-base",
"activitypub_federation",
"anyhow",
"async-trait",
"axum",
"chrono",
"domain",
"k-ap",
"serde",
"serde_json",
"tracing",
@@ -20,26 +20,6 @@ dependencies = [
"uuid",
]
[[package]]
name = "activitypub-base"
version = "0.1.0"
dependencies = [
"activitypub_federation",
"anyhow",
"async-trait",
"axum",
"chrono",
"domain",
"enum_delegate",
"reqwest 0.13.3",
"serde",
"serde_json",
"tokio",
"tracing",
"url",
"uuid",
]
[[package]]
name = "activitypub_federation"
version = "0.7.0-beta.11"
@@ -2800,6 +2780,27 @@ dependencies = [
"simple_asn1",
]
[[package]]
name = "k-ap"
version = "0.1.0"
source = "git+https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git?tag=v0.1.2#767b1e69d4f384093ea33d72d5aa46ff140f5ac8"
dependencies = [
"activitypub_federation",
"anyhow",
"async-trait",
"axum",
"chrono",
"enum_delegate",
"futures",
"reqwest 0.13.3",
"serde",
"serde_json",
"tokio",
"tracing",
"url",
"uuid",
]
[[package]]
name = "kasuari"
version = "0.4.12"
@@ -3761,11 +3762,11 @@ name = "postgres-federation"
version = "0.1.0"
dependencies = [
"activitypub",
"activitypub-base",
"anyhow",
"async-trait",
"chrono",
"domain",
"k-ap",
"sqlx",
"tracing",
"uuid",
@@ -5028,11 +5029,11 @@ name = "sqlite-federation"
version = "0.1.0"
dependencies = [
"activitypub",
"activitypub-base",
"anyhow",
"async-trait",
"chrono",
"domain",
"k-ap",
"sqlx",
"tokio",
"tracing",