We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11f25e commit 0aa6212Copy full SHA for 0aa6212
crates/service/Cargo.toml
@@ -33,8 +33,8 @@ clap = { workspace = true, features = ["derive"] }
33
build-info.workspace = true
34
prost.workspace = true
35
async-trait.workspace = true
36
-async-graphql = { version = "7.0.11", default-features = false }
37
-async-graphql-axum = "7.0.11"
+async-graphql = { version = "=7.0.13", default-features = false }
+async-graphql-axum = "=7.0.13"
38
base64.workspace = true
39
graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.3.0" }
40
tap_core.workspace = true
0 commit comments