Skip to content

Commit 8318d38

Browse files
committed
fix: bump graphiql library version to fix a graphiql issue
1 parent be6e28c commit 8318d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
async-graphql = { version = "7.0.15", features = ["chrono"] }
8-
async-graphql-axum = "7.0.6"
8+
async-graphql-axum = "7.0.17"
99
axum = "0.8.1"
1010
chrono = { version = "0.4.38", features = ["clock"] }
1111
serde = { version = "1.0.188", features = ["derive"] }

0 commit comments

Comments
 (0)