From 72e686f8f50e50c26547906ebc5e248fecb46e39 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 2 Jan 2025 01:45:46 +0000 Subject: [PATCH] chore(deps): update all dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 394fa47..73db3ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,10 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } clap = { version = "4", features = ["derive", "env"] } async-trait = { version = "0.1", features = [] } -axum = { version = "0.7.1", features = [ +axum = { version = "0.8.0", features = [ "macros", ] } -axum-extra = { version = "0.9.0", features = [ +axum-extra = { version = "0.10.0", features = [ "cookie", "cookie-private", "typed-header", @@ -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"