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"