Compare commits

..

No commits in common. "renovate/all" and "main" have entirely different histories.

View File

@ -28,15 +28,15 @@ serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" } serde_json = { version = "1" }
uuid = {version = "1.5.0", features = ["v4"]} uuid = {version = "1.5.0", features = ["v4"]}
sqlx = { version = "0.8", features = [ sqlx = { version = "0.7", features = [
"runtime-tokio", "runtime-tokio",
"postgres", "postgres",
"migrate", "migrate",
] } ] }
zitadel = { version = "5.0", features = ["axum"] } zitadel = { version = "3.4", features = ["axum"] }
tower = "0.5" tower = "0.4"
tower-http = { version = "0.6", features = ["cors", "trace"] } tower-http = { version = "0.4", features = ["cors", "trace"] }
oauth2 = "4.4.2" oauth2 = "4.4.2"
openidconnect = "3.4" openidconnect = "3.4"