From e0b128ce2d8b3f99759a036aa64e06204a272e8e Mon Sep 17 00:00:00 2001
From: Kasper Juul Hermansen <contact@kjuulh.io>
Date: Wed, 26 Mar 2025 11:53:45 +0000
Subject: [PATCH] fix(deps): update all dependencies

---
 crates/scel_api/Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/crates/scel_api/Cargo.toml b/crates/scel_api/Cargo.toml
index f8e1b96..cd2fccf 100644
--- a/crates/scel_api/Cargo.toml
+++ b/crates/scel_api/Cargo.toml
@@ -9,13 +9,13 @@ edition = "2021"
 axum = { version = "0.5.17" }
 axum-extra = { version = "0.3.7", features = ["spa"] }
 futures = "0.3.30"
-tower-http = { version = "0.3.4", features = ["cors", "trace"] }
-async-graphql = { version = "4.0.16", features = [
+tower-http = { version = "0.6.0", features = ["cors", "trace"] }
+async-graphql = { version = "7.0.0", features = [
   'tracing',
   'opentelemetry',
   "log",
 ] }
-async-graphql-axum = { version = "4.0.16" }
+async-graphql-axum = { version = "7.0.0" }
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0.89"
 tokio = { version = "1.22", features = ["full"] }