Bump Poem to 0.6.6

Bump Axum to `0.2.5`
This commit is contained in:
Sunli 2021-09-24 10:35:18 +08:00
parent 4740579ec9
commit c4e8d76c2a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ categories = ["network-programming", "asynchronous"]
async-graphql = { path = "../..", version = "=2.10.0" }
async-trait = "0.1.51"
axum = { version = "0.2.3", features = ["ws", "headers"] }
axum = { version = "0.2.5", features = ["ws", "headers"] }
bytes = "1.0.1"
headers = "0.3.4"
http = "0.2.4"

View File

@ -15,7 +15,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "=2.10.0" }
poem = { version = "0.4.5", features = ["websocket"] }
poem = { version = "0.6.6", features = ["websocket"] }
futures-util = { version = "0.3.13", default-features = false }
serde_json = "1.0.66"
tokio-util = { version = "0.6.7", features = ["compat"] }