Skip to content

Commit 4176ed6

Browse files
committed
chore: bump async-graphql to 7.0
1 parent 6258a43 commit 4176ed6

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

Cargo.lock

+15-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

syndapi/Cargo.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ edition = "2021"
66
[dependencies]
77
anyhow = { workspace = true }
88
# To use axum 0.7
9-
async-graphql = { git = "https://github.com/async-graphql/async-graphql.git", branch = "master", features = [
10-
"tracing",
11-
] }
12-
async-graphql-axum = { git = "https://github.com/async-graphql/async-graphql.git", branch = "master" }
9+
async-graphql = { version = "7.0", features = ["tracing"] }
10+
async-graphql-axum = { version = "7.0" }
1311
async-trait = { workspace = true }
1412
# TODO configure features
1513
axum = { version = "0.7.3" }

0 commit comments

Comments
 (0)