Skip to content

Commit 0aa6212

Browse files
committed
build: pin async-graphql version to 7.0.13
1 parent f11f25e commit 0aa6212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/service/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ clap = { workspace = true, features = ["derive"] }
3333
build-info.workspace = true
3434
prost.workspace = true
3535
async-trait.workspace = true
36-
async-graphql = { version = "7.0.11", default-features = false }
37-
async-graphql-axum = "7.0.11"
36+
async-graphql = { version = "=7.0.13", default-features = false }
37+
async-graphql-axum = "=7.0.13"
3838
base64.workspace = true
3939
graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.3.0" }
4040
tap_core.workspace = true

0 commit comments

Comments
 (0)