Skip to content

Commit 3895ad7

Browse files
authored
Update async-graphql bounds to require 7.0.17 (#198)
We were already using version 7.0.17 of async-graphql as it was pinned in the lock file but as the newer version includes a bug fix (to support graphiql again), it makes sense to make it a strict requirement.
1 parent dc0db03 commit 3895ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ default = ["client"]
1515
client = ["dep:dirs", "dep:graphql_client", "dep:openidconnect", "dep:toml"]
1616

1717
[dependencies]
18-
async-graphql = { version = "7.0.16", features = ["tracing"] }
19-
async-graphql-axum = "7.0.16"
18+
async-graphql = { version = "7.0.17", features = ["tracing"] }
19+
async-graphql-axum = "7.0.17"
2020
axum = "0.8.4"
2121
axum-extra = { version = "0.10.1", features = ["typed-header"] }
2222
chrono = "0.4.41"

0 commit comments

Comments
 (0)