Compare commits
1 Commits
2a72ffd8a4
...
ae29ace2c3
Author | SHA1 | Date | |
---|---|---|---|
ae29ace2c3 |
@ -30,5 +30,5 @@ async-sqlx-session.workspace = true
|
|||||||
zitadel = { version = "5.0.0", features = ["axum"] }
|
zitadel = { version = "5.0.0", features = ["axum"] }
|
||||||
tower = "0.5.0"
|
tower = "0.5.0"
|
||||||
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
||||||
oauth2 = "5.0.0"
|
oauth2 = "4.4.0"
|
||||||
openidconnect = "4.0.0"
|
openidconnect = "3.0.0"
|
||||||
|
@ -21,8 +21,8 @@ async-sqlx-session.workspace = true
|
|||||||
zitadel = { version = "5.0.0", features = ["axum"] }
|
zitadel = { version = "5.0.0", features = ["axum"] }
|
||||||
tower = "0.5.0"
|
tower = "0.5.0"
|
||||||
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
||||||
oauth2 = "5.0.0"
|
oauth2 = "4.4.0"
|
||||||
openidconnect = "4.0.0"
|
openidconnect = "3.0.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio.workspace = true
|
tokio.workspace = 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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user