diff --git a/Cargo.toml b/Cargo.toml index 394fa47..75b9256 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,15 +28,15 @@ serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } uuid = {version = "1.5.0", features = ["v4"]} -sqlx = { version = "0.7", features = [ +sqlx = { version = "0.8", features = [ "runtime-tokio", "postgres", "migrate", ] } -zitadel = { version = "3.4", features = ["axum"] } -tower = "0.4" -tower-http = { version = "0.4", features = ["cors", "trace"] } +zitadel = { version = "5.0", features = ["axum"] } +tower = "0.5" +tower-http = { version = "0.6", features = ["cors", "trace"] } oauth2 = "4.4.2" openidconnect = "3.4"