Update to Axum 0.2.0

This commit is contained in:
Shane Sveller 2021-08-21 16:08:17 -05:00
parent 7cd52d1836
commit d4eaba6ee9
No known key found for this signature in database
GPG Key ID: 50D400D246CD0F3E

View File

@ -7,7 +7,7 @@ edition = "2018"
async-graphql = { path = "../..", version = "=2.9.12" }
async-trait = "0.1.51"
axum = { git = "https://github.com/tokio-rs/axum.git", rev = "1509d4a", features = ["ws", "headers"] }
axum = { version = "0.2.0", features = ["ws", "headers"] }
bytes = "1.0.1"
headers = "0.3.4"
http = "0.2.4"