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"] }