From 0152c99f6f01c9649d0c332433d9057352de9e72 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 7 Sep 2024 00:46:42 +0000 Subject: [PATCH] chore(deps): update all dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 394fa47..105d00b 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.5", features = ["cors", "trace"] } oauth2 = "4.4.2" openidconnect = "3.4"