Skip to content

Commit

Permalink
fix async-graphql stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Dec 12, 2024
1 parent ae17444 commit 58f6e43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ debug = 0
pometry-storage = { version = ">=0.8.1", path = "pometry-storage" }
#[private-storage]
# pometry-storage = { path = "pometry-storage-private", package = "pometry-storage-private" }
async-graphql = { version = ">=7.0.5, <7.0.8", features = [
"dynamic-schema",
] } # 7.0.8+ is borked, see https://github.com/async-graphql/async-graphql/issues/1586
async-graphql = { version = "7.0.13", features = [ "dynamic-schema" ] }
bincode = "1.3.3"
async-graphql-poem = "7.0.5"
async-graphql-poem = "7.0.13"
dynamic-graphql = "0.9.0"
reqwest = { version = "0.12.8", default-features = false, features = [
"rustls-tls",
Expand Down

0 comments on commit 58f6e43

Please sign in to comment.