chore(deps): update all dependencies
Some checks reported errors
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2023-08-12 20:11:41 +00:00
parent 9d064a1287
commit 51a8855a1d
3 changed files with 17 additions and 17 deletions

View File

@ -17,19 +17,19 @@ como_infrastructure = { path = "./como_infrastructure/" }
como_gql = { path = "./como_gql/" }
como_api = { path = "./como_api/" }
async-trait = "0.1.68"
async-graphql = { version = "5.0.9", features = ["uuid"] }
async-graphql-axum = "5.0.9"
async-trait = "0.1.73"
async-graphql = { version = "6.0.1", features = ["uuid"] }
async-graphql-axum = "6.0.1"
axum = { version = "0.6.18", features = ["headers", "macros"] }
axum-extra = { version = "0.7.4", features = ["cookie", "cookie-private"] }
axum = { version = "0.6.20", features = ["headers", "macros"] }
axum-extra = { version = "0.7.7", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "0.5.0" }
async-sqlx-session = { version = "0.4.0", features = ["pg"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
serde_json = "1.0.104"
sqlx = { version = "0.6.2", features = [
sqlx = { version = "0.7.1", features = [
"runtime-tokio-rustls",
"postgres",
"migrate",
@ -40,14 +40,14 @@ sqlx = { version = "0.6.2", features = [
] }
chrono = { version = "0.4.26", features = ["serde"] }
tokio = { version = "1.28.2", features = ["full"] }
tokio = { version = "1.31.0", features = ["full"] }
uuid = { version = "1.3.3", features = ["v4", "fast-rng", "serde"] }
anyhow = "1.0.71"
uuid = { version = "1.4.1", features = ["v4", "fast-rng", "serde"] }
anyhow = "1.0.72"
dotenv = "0.15.0"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
clap = { version = "4.3.0", features = ["derive", "env"] }
clap = { version = "4.3.21", features = ["derive", "env"] }
argon2 = { version = "0.5.0" }
argon2 = { version = "0.5.1" }
rand_core = { version = "0.6.4" }

View File

@ -25,8 +25,8 @@ anyhow.workspace = true
tracing.workspace = true
async-sqlx-session.workspace = true
zitadel = { version = "3.3.1", features = ["axum"] }
zitadel = { version = "3.4.15", features = ["axum"] }
tower = "0.4.13"
tower-http = { version = "0.4.0", features = ["cors", "trace"] }
oauth2 = "4.4.0"
openidconnect = "3.0.0"
tower-http = { version = "0.4.3", features = ["cors", "trace"] }
oauth2 = "4.4.1"
openidconnect = "3.3.0"

View File

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