diff --git a/Cargo.toml b/Cargo.toml index 94fd127..a9eab1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ publish = false async-graphql = { version = "7.0.3", default-features = false, features = ["tracing"] } async-graphql-axum = { version = "7.0.3", default-features = false } async-trait = "0.1.80" -axum = { version = "0.7.5", default-features = false } +axum = { version = "0.8.0", default-features = false } headers = "0.4.0" http = "1.1.0" hyper = "1.3.1"