update async-graphql-axum (#939)
This commit is contained in:
parent
eeebe2d35c
commit
9f3039407a
@ -13,7 +13,7 @@ members = [".", "entity", "migration"]
|
|||||||
tokio = { version = "1.0", features = ["full"] }
|
tokio = { version = "1.0", features = ["full"] }
|
||||||
axum = "^0.5.1"
|
axum = "^0.5.1"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
async-graphql-axum = "^3.0.38"
|
async-graphql-axum = "^4.0.6"
|
||||||
entity = { path = "entity" }
|
entity = { path = "entity" }
|
||||||
migration = { path = "migration" }
|
migration = { path = "migration" }
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ path = "src/lib.rs"
|
|||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
|
||||||
[dependencies.async-graphql]
|
[dependencies.async-graphql]
|
||||||
version = "^3.0.38"
|
version = "^4.0.6"
|
||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
path = "../../../" # remove this line in your own project
|
path = "../../../" # remove this line in your own project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user