From c4e8d76c2aefeb5c12a7b8f441b781e5f2c52ccb Mon Sep 17 00:00:00 2001 From: Sunli Date: Fri, 24 Sep 2021 10:35:18 +0800 Subject: [PATCH] Bump Poem to `0.6.6` Bump Axum to `0.2.5` --- integrations/axum/Cargo.toml | 2 +- integrations/poem/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index 1cf63da9..d5d0771e 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -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" diff --git a/integrations/poem/Cargo.toml b/integrations/poem/Cargo.toml index 3ff67538..63087cc5 100644 --- a/integrations/poem/Cargo.toml +++ b/integrations/poem/Cargo.toml @@ -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"] }