From 40e443c7c37843184f5ea670efa83f2bd58c2cc4 Mon Sep 17 00:00:00 2001 From: Brandon Konkle Date: Mon, 31 Jul 2023 17:28:03 -0600 Subject: [PATCH] Update async-graphql --- examples/async-graphql/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/async-graphql/Cargo.toml b/examples/async-graphql/Cargo.toml index 8fcd8d21..3537ddf4 100644 --- a/examples/async-graphql/Cargo.toml +++ b/examples/async-graphql/Cargo.toml @@ -11,8 +11,8 @@ publish = false [dependencies] anyhow = "1.0" -async-graphql = { version = "5.0", features = ["chrono", "dataloader"] } -async-graphql-axum = "5.0" +async-graphql = { version = "6.0", features = ["chrono", "dataloader"] } +async-graphql-axum = "6.0" async-trait = "0.1" axum = { version = "0.6", features = ["ws", "macros"] } chrono = { version = "0.4.19", features = ["serde"] }