Update axum integration to 0.2.3

This commit is contained in:
Shane Sveller 2021-08-28 10:24:00 -05:00
parent 2fe076ed00
commit 465b35a018

View File

@ -7,7 +7,7 @@ edition = "2018"
async-graphql = { path = "../..", version = "=2.9.12" }
async-trait = "0.1.51"
axum = { version = "0.2.0", features = ["ws", "headers"] }
axum = { version = "0.2.3", features = ["ws", "headers"] }
bytes = "1.0.1"
headers = "0.3.4"
http = "0.2.4"