Skip to content

Commit

Permalink
Merge pull request #32 from dnd-apps/renovate/graphql_client-0.x
Browse files Browse the repository at this point in the history
Update Rust crate graphql_client to 0.14.0
  • Loading branch information
kodiakhq[bot] authored May 1, 2024
2 parents 11cdec1 + 9c27c5a commit a4faea1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion apps/oghma-admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ oghma_graphql = {path= "../../libs/oghma_graphql" }
reqwest = { version = "0", features = ["json", "serde_json"] }
tokio = "1"
oghma_logger = {path="../../libs/oghma_logger"}
graphql_client = "0"
graphql_client = "0.14.0"
comfy-table = "6.2.0"
2 changes: 1 addition & 1 deletion libs/oghma_graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2021"
[dependencies]
serde = "1.0.200"
rust-embed = "6.8.1"
graphql_client = "0"
graphql_client = "0.14.0"
serde_json = "1.0.116"
reqwest = { version = "0", features = ["json"] }

0 comments on commit a4faea1

Please sign in to comment.