Update Axum integration to Axum 0.5.1

This commit is contained in:
Calin Gavriliuc 2022-04-03 22:46:38 -07:00
parent aee663294d
commit 3a9d782a98
1 changed files with 1 additions and 1 deletions

View File

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