update async-graphql-axum (#939)

This commit is contained in:
kyoto7250 2022-08-08 17:06:06 +09:00 committed by GitHub
parent eeebe2d35c
commit 9f3039407a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ members = [".", "entity", "migration"]
tokio = { version = "1.0", features = ["full"] }
axum = "^0.5.1"
dotenv = "0.15.0"
async-graphql-axum = "^3.0.38"
async-graphql-axum = "^4.0.6"
entity = { path = "entity" }
migration = { path = "migration" }

View File

@ -12,7 +12,7 @@ path = "src/lib.rs"
serde = { version = "1", features = ["derive"] }
[dependencies.async-graphql]
version = "^3.0.38"
version = "^4.0.6"
[dependencies.sea-orm]
path = "../../../" # remove this line in your own project