From 465b35a018aab45f7df62262f4825d619aba5d43 Mon Sep 17 00:00:00 2001 From: Shane Sveller Date: Sat, 28 Aug 2021 10:24:00 -0500 Subject: [PATCH] Update axum integration to 0.2.3 --- integrations/axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index b725a5d0..50fc099f 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" async-graphql = { path = "../..", version = "=2.9.12" } async-trait = "0.1.51" -axum = { version = "0.2.0", features = ["ws", "headers"] } +axum = { version = "0.2.3", features = ["ws", "headers"] } bytes = "1.0.1" headers = "0.3.4" http = "0.2.4"