Compare commits
1 Commits
18831f59a8
...
1bbb7d6701
Author | SHA1 | Date | |
---|---|---|---|
1bbb7d6701 |
@ -27,8 +27,8 @@ anyhow.workspace = true
|
||||
tracing.workspace = true
|
||||
async-sqlx-session.workspace = true
|
||||
|
||||
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"
|
||||
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"
|
||||
|
@ -18,11 +18,11 @@ anyhow.workspace = true
|
||||
tracing.workspace = true
|
||||
async-sqlx-session.workspace = true
|
||||
|
||||
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"
|
||||
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"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio.workspace = true
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM postgres:17-alpine
|
||||
FROM postgres:14-alpine
|
||||
|
||||
COPY *.sh /docker-entrypoint-initdb.d/
|
||||
|
Loading…
x
Reference in New Issue
Block a user