From bce6386facfd0be0901f386929f5b110fedc2afe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Nov 2021 10:32:57 +0000 Subject: [PATCH] fix(deps): update rust crate async-graphql to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bde07f8..b32583e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ cbor = ["serde_cbor"] viz-core = { version = "0.1.2", features = ["ws"] } viz-utils = { version = "0.1.2" } -async-graphql = "2.11" +async-graphql = "3.0" mime = "0.3" tempfile = "3.2"