Upgrade async-trait to 0.1.30. #73

This commit is contained in:
sunli 2020-05-11 09:10:57 +08:00
parent 2761224335
commit 12c1f9bb9b

View File

@ -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"