diff --git a/examples b/examples index 7f598993..7e3304e4 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 7f598993439ec468b8c13a0a8b8c6ae638e9a3d6 +Subproject commit 7e3304e406adaff8d28a025becd91867ecae199a diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index d1f03239..2bf38fa1 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -7,8 +7,7 @@ edition = "2018" async-graphql = { path = "../..", version = "2.9.8" } async-trait = "0.1.51" -#axum = { version = "0.1.2", features = ["ws", "headers"] } -axum = { git = "https://github.com/sunli829/axum.git", rev = "f43470a", features = ["ws", "headers"] } +axum = { git = "https://github.com/tokio-rs/axum.git", rev = "1509d4a", features = ["ws", "headers"] } bytes = "1.0.1" headers = "0.3.4" http = "0.2.4"