Update Rust crate async-graphql to 4.0.16

This commit is contained in:
2022-10-25 21:20:44 +00:00
parent 70b3b904b3
commit 0c7366f8e6
6 changed files with 15 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-graphql = { version = "4.0.6", features = ["uuid"] }
async-graphql = { version = "4.0.16", features = ["uuid"] }
anyhow = "1.0.60"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"