diff --git a/graphql/async_graphql/Cargo.toml b/graphql/async_graphql/Cargo.toml index 20704847..48df2c7f 100644 --- a/graphql/async_graphql/Cargo.toml +++ b/graphql/async_graphql/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" anyhow = "1.0.82" async-graphql = { version = "7.0.3", features = ["dataloader"] } async-graphql-axum = "7.0.3" -axum = "0.7.5" +axum = "0.8.0" tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "net", "parking_lot"] } reqwest = { version = "0.12.4", features = ["json"] } serde = "1.0.200"