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

@@ -11,7 +11,7 @@ como_core = { path = "../como_core" }
como_domain = { path = "../como_domain" }
como_infrastructure = { path = "../como_infrastructure" }
async-graphql = "4.0.6"
async-graphql = "4.0.16"
async-graphql-axum = "*"
axum = "0.5.13"
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }