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"] }