Update Rust crate async-graphql-axum to 4.0.16

This commit is contained in:
2022-10-26 07:18:20 +00:00
parent b70cf5e25d
commit e80ae77384
2 changed files with 45 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ async-graphql = { version = "4.0.0", features = [
'opentelemetry',
"log",
] }
async-graphql-axum = { version = "4.0.0" }
async-graphql-axum = { version = "4.0.16" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
tokio = { version = "1.0", features = ["full"] }