fix(dep): kellnr auth-kit

This commit is contained in:
2026-02-11 14:03:03 +08:00
parent ef021c7a88
commit 3b3ce5572f
2 changed files with 10 additions and 9 deletions

View File

@@ -10,8 +10,7 @@ common-telemetry = { version = "0.1.5", registry = "kellnr", default-features =
"with-anyhow",
"with-sqlx",
] } # 内部公共库(统一错误/响应/日志/Telemetry
auth-kit = { path = "../auth-kit" }
auth-kit = { version = "0.1.1", registry = "kellnr" } # 认证库JWT、OAuth2
# Web 框架与 HTTP 基础
axum = "0.8.8"