Skip to content

Commit a1100c4

Browse files
authored
Merge pull request #113 from amfoss/developw
fix: bump graphiql library version to fix a graphiql issue
2 parents be6e28c + 8318d38 commit a1100c4

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)