fix(deps): update rust crate async-graphql to 7.0.5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-09 07:28:08 +00:00
parent d77859a35e
commit 47db2cea41
2 changed files with 26 additions and 21 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 = "7.0.3"
async-graphql = "7.0.5"
axum = "0.7.5"
tokio = {version="1.37.0", features=["full"]}
uuid = {version="1.8.0", features=["v4", "fast-rng"]}