From 12c1f9bb9b68172d3b5ce559354628c0f5884f2b Mon Sep 17 00:00:00 2001 From: sunli Date: Mon, 11 May 2020 09:10:57 +0800 Subject: [PATCH] Upgrade async-trait to 0.1.30. #73 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 988e5934..f80d9600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ async-graphql-parser = { path = "async-graphql-parser", version = "0.2.0" } async-graphql-derive = { path = "async-graphql-derive", version = "1.11.3" } anyhow = "1.0.26" thiserror = "1.0.11" -async-trait = "0.1.24" +async-trait = "0.1.30" serde = "1.0.104" serde_derive = "1.0.104" serde_json = "1.0.48"