fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2025-04-05 03:16:27 +00:00
parent 1f88524c16
commit bbf53ae08d
5 changed files with 22 additions and 22 deletions

View File

@@ -18,11 +18,11 @@ anyhow.workspace = true
tracing.workspace = true
async-sqlx-session.workspace = true
zitadel = { version = "3.3.1", features = ["axum"] }
tower = "0.4.13"
tower-http = { version = "0.4.0", features = ["cors", "trace"] }
oauth2 = "4.4.0"
openidconnect = "3.0.0"
zitadel = { version = "5.0.0", features = ["axum"] }
tower = "0.5.0"
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
oauth2 = "5.0.0"
openidconnect = "4.0.0"
[dev-dependencies]
tokio.workspace = true