Compare commits
1 Commits
d6838b73f4
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
b051d236b6 |
@@ -18,8 +18,8 @@ async-trait = "0.1.68"
|
|||||||
async-graphql = { version = "7.0.0", features = ["uuid"] }
|
async-graphql = { version = "7.0.0", features = ["uuid"] }
|
||||||
async-graphql-axum = "7.0.0"
|
async-graphql-axum = "7.0.0"
|
||||||
|
|
||||||
axum = { version = "0.8.0", features = ["headers", "macros"] }
|
axum = { version = "0.6.18", features = ["headers", "macros"] }
|
||||||
axum-extra = { version = "0.10.0", features = ["cookie", "cookie-private"] }
|
axum-extra = { version = "0.7.4", features = ["cookie", "cookie-private"] }
|
||||||
axum-sessions = { version = "0.6.0" }
|
axum-sessions = { version = "0.6.0" }
|
||||||
async-sqlx-session = { version = "0.4.0", features = ["pg"] }
|
async-sqlx-session = { version = "0.4.0", features = ["pg"] }
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
|||||||
clap = { version = "4.3.0", features = ["derive", "env"] }
|
clap = { version = "4.3.0", features = ["derive", "env"] }
|
||||||
|
|
||||||
argon2 = { version = "0.5.0" }
|
argon2 = { version = "0.5.0" }
|
||||||
rand_core = { version = "0.6.4" }
|
rand_core = { version = "0.9.0" }
|
||||||
|
|
||||||
pretty_assertions = "1.4.0"
|
pretty_assertions = "1.4.0"
|
||||||
sealed_test = "1.0.0"
|
sealed_test = "1.0.0"
|
||||||
|
@@ -27,8 +27,8 @@ anyhow.workspace = true
|
|||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
async-sqlx-session.workspace = true
|
async-sqlx-session.workspace = true
|
||||||
|
|
||||||
zitadel = { version = "5.0.0", features = ["axum"] }
|
zitadel = { version = "3.3.1", features = ["axum"] }
|
||||||
tower = "0.5.0"
|
tower = "0.4.13"
|
||||||
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
tower-http = { version = "0.4.0", features = ["cors", "trace"] }
|
||||||
oauth2 = "4.4.0"
|
oauth2 = "4.4.0"
|
||||||
openidconnect = "3.0.0"
|
openidconnect = "3.0.0"
|
||||||
|
@@ -18,9 +18,9 @@ anyhow.workspace = true
|
|||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
async-sqlx-session.workspace = true
|
async-sqlx-session.workspace = true
|
||||||
|
|
||||||
zitadel = { version = "5.0.0", features = ["axum"] }
|
zitadel = { version = "3.3.1", features = ["axum"] }
|
||||||
tower = "0.5.0"
|
tower = "0.4.13"
|
||||||
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
tower-http = { version = "0.4.0", features = ["cors", "trace"] }
|
||||||
oauth2 = "4.4.0"
|
oauth2 = "4.4.0"
|
||||||
openidconnect = "3.0.0"
|
openidconnect = "3.0.0"
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@ leptos_router = { version = "*" }
|
|||||||
log = "0.4"
|
log = "0.4"
|
||||||
simple_logger = "5"
|
simple_logger = "5"
|
||||||
thiserror = "2"
|
thiserror = "2"
|
||||||
axum = { version = "0.8.0", optional = true }
|
axum = { version = "0.6.1", optional = true }
|
||||||
tower = { version = "0.5.0", optional = true }
|
tower = { version = "0.5.0", optional = true }
|
||||||
tower-http = { version = "0.6.0", features = ["fs"], optional = true }
|
tower-http = { version = "0.6.0", features = ["fs"], optional = true }
|
||||||
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true }
|
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true }
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
FROM postgres:17-alpine
|
FROM postgres:14-alpine
|
||||||
|
|
||||||
COPY *.sh /docker-entrypoint-initdb.d/
|
COPY *.sh /docker-entrypoint-initdb.d/
|
||||||
|
Reference in New Issue
Block a user