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

This commit is contained in:
2026-07-11 10:40:53 +02:00
parent 96168cfc7b
commit 1e33c6d184
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.3", registry = "gitea" }
k-ap = { version = "0.4.4", registry = "gitea" }
domain = { workspace = true }
axum = { workspace = true }
serde = { workspace = true }