diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index 0277c77d..7c1180ee 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -15,7 +15,7 @@ categories = ["network-programming", "asynchronous"] async-graphql = { path = "../..", version = "3.0.37" } async-trait = "0.1.51" -axum = { version = "0.5", features = ["ws", "headers"] } +axum = { version = "0.5.1", features = ["ws", "headers"] } bytes = "1.0.1" http-body = "0.4.2" serde_json = "1.0.66"