fix: update k-ap dependency version to 0.4.3
Some checks failed
CI / Check / Test (push) Has been cancelled

This commit is contained in:
2026-07-11 10:21:28 +02:00
parent 95b839355f
commit 96168cfc7b
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
k-ap = { version = "0.4.2", registry = "gitea" }
k-ap = { version = "0.4.3", registry = "gitea" }
domain = { workspace = true }
axum = { workspace = true }
serde = { workspace = true }