Fix GraphQL example build errors

This commit is contained in:
Billy Chan 2022-04-11 11:05:10 +08:00
parent 0c96e13325
commit 738f73c4bc
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ members = [".", "entity", "migration"]
[dependencies]
tokio = { version = "1.0", features = ["full"] }
axum = "0.4.8"
axum = "^0.5.1"
dotenv = "0.15.0"
async-graphql-axum = "3.0.31"
async-graphql-axum = "^3.0.38"
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.12"
version = "^3.0.38"
[dependencies.sea-orm]
version = "^0.7.0"