Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tailcallhq/tailcall into refactor/t…
Browse files Browse the repository at this point in the history
…ailcallhq#1400/move-server-responseHeaders-to-server-headers-custom
  • Loading branch information
ologbonowiwi committed Mar 13, 2024
2 parents 367aa92 + de4213e commit 7ac04fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ opentelemetry-otlp = { version = "0.15.0", features = [
# required to make grpc requests
"tls-roots",
], optional = true }
# TODO: update this once https://github.com/haixuanTao/opentelemetry-system-metrics/pull/2 gets merged
opentelemetry-system-metrics = { git = "https://github.com/amitksingh1490/opentelemetry-system-metrics.git", branch = "master", optional = true }
opentelemetry-system-metrics = { version = "0.1.7", optional = true }

# dependencies safe for wasm:

Expand All @@ -53,15 +52,15 @@ reqwest = { version = "0.11", features = [
], default-features = false }
# TODO: Modification with the ability to set a parsed GraphQL operation.
# Remove this once https://github.com/async-graphql/async-graphql/pull/1483/files is merged
async-graphql = { git ="https://github.com/tusharmath/async-graphql.git", branch = "add-setter", features = [
async-graphql = { git = "https://github.com/tusharmath/async-graphql.git", branch = "add-setter", features = [
"dynamic-schema",
"dataloader",
"apollo_tracing",
"opentelemetry",
] }
# TODO: Modification with the ability to set a parsed GraphQL operation.
# Remove this once https://github.com/async-graphql/async-graphql/pull/1483/files is merged
async-graphql-value = {git ="https://github.com/tusharmath/async-graphql.git", branch = "add-setter"}
async-graphql-value = { git = "https://github.com/tusharmath/async-graphql.git", branch = "add-setter" }
indexmap = "2.2"
once_cell = "1.19.0"
clap = { version = "4.5.2", features = ["derive"] }
Expand Down

0 comments on commit 7ac04fe

Please sign in to comment.