Bump axum to newest version.

This commit is contained in:
Sunli 2021-08-05 19:27:16 +08:00
parent 4f91e5f713
commit 6c43e56607
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 7f598993439ec468b8c13a0a8b8c6ae638e9a3d6
Subproject commit 7e3304e406adaff8d28a025becd91867ecae199a

View File

@ -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"