fix(dep): kellnr auth-kit

This commit is contained in:
2026-02-11 14:02:47 +08:00
parent 6c11898c21
commit 116a74ffe1
2 changed files with 7 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ common-telemetry = { version = "0.1.5", registry = "kellnr", default-features =
"with-anyhow",
"with-sqlx",
] }
auth-kit = { path = "../auth-kit" }
auth-kit = { version = "0.1.1", registry = "kellnr" } # 认证库JWT、OAuth2
axum = "0.8.8"
http = "1.4.0"