Fix GraphQL example build errors
This commit is contained in:
parent
0c96e13325
commit
738f73c4bc
@ -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" }
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user