Compare commits

..

1 Commits

Author SHA1 Message Date
232aa5f986 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2025-01-23 01:23:54 +00:00
4 changed files with 12 additions and 12 deletions

View File

@ -19,7 +19,7 @@ async-graphql = { version = "7.0.0", features = ["uuid"] }
async-graphql-axum = "7.0.0"
axum = { version = "0.8.0", features = ["headers", "macros"] }
axum-extra = { version = "0.11.0", features = ["cookie", "cookie-private"] }
axum-extra = { version = "0.10.0", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "0.6.0" }
async-sqlx-session = { version = "0.4.0", features = ["pg"] }

View File

@ -27,8 +27,8 @@ 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"

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

View File

@ -1,3 +1,3 @@
FROM postgres:14-alpine
FROM postgres:17-alpine
COPY *.sh /docker-entrypoint-initdb.d/