Skip to content

Commit

Permalink
chore: update async-graphql
Browse files Browse the repository at this point in the history
Use the upstream async-graphql after PR merge
  • Loading branch information
TroyKomodo committed Jan 21, 2024
1 parent 8a30bdd commit 549cfff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
28 changes: 16 additions & 12 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,5 @@ ffmpeg = { path = "ffmpeg" }
[patch.crates-io]
# https://github.com/remkop22/postgres-from-row/pull/9
postgres-from-row = { git = "https://github.com/ScuffleTV/postgres-from-row.git", branch = "troy/from_fn" }
# https://github.com/async-graphql/async-graphql/pull/1424
async-graphql = { git = "https://github.com/ScuffleTV/async-graphql.git", branch = "troy/union-generics" }
# https://github.com/madonoharu/tsify/pull/32
tsify = { git = "https://github.com/ScuffleTV/tsify.git", branch = "sisou/comments" }
2 changes: 1 addition & 1 deletion platform/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path-tree = "0.7"
serde_json = "1.0"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false}
chrono = { version = "0.4", default-features = false, features = ["serde", "clock"] }
async-graphql = { version = "7.0", features = ["apollo_tracing", "apollo_persisted_queries", "tracing", "string_number"] }
async-graphql = { version = "7.0.1", features = ["apollo_tracing", "apollo_persisted_queries", "tracing", "string_number"] }
hyper-tungstenite = "0"
async-stream = "0.3"
futures = "0.3"
Expand Down

0 comments on commit 549cfff

Please sign in to comment.