Skip to content

Commit

Permalink
Update async-graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Jul 31, 2023
1 parent 668a163 commit 40e443c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/async-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ publish = false

[dependencies]
anyhow = "1.0"
async-graphql = { version = "5.0", features = ["chrono", "dataloader"] }
async-graphql-axum = "5.0"
async-graphql = { version = "6.0", features = ["chrono", "dataloader"] }
async-graphql-axum = "6.0"
async-trait = "0.1"
axum = { version = "0.6", features = ["ws", "macros"] }
chrono = { version = "0.4.19", features = ["serde"] }
Expand Down

0 comments on commit 40e443c

Please sign in to comment.