Skip to content

Commit

Permalink
chore(deps): bump graphql_client from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [graphql_client](https://github.com/graphql-rust/graphql-client) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/graphql-rust/graphql-client/releases)
- [Changelog](https://github.com/graphql-rust/graphql-client/blob/main/CHANGELOG.md)
- [Commits](graphql-rust/graphql-client@0.12.0...0.13.0)

---
updated-dependencies:
- dependency-name: graphql_client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 2, 2023
1 parent b6b8635 commit a1d10ad
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
47 changes: 43 additions & 4 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 subgraph-radio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sha3 = "0.10.8"
derive-getters = "0.2.1"
tokio = { version = "1.28.1", features = ["full", "rt"] }
anyhow = "1.0"
graphql_client = "0.12.0"
graphql_client = "0.13.0"
serde_derive = "1.0"
reqwest = { version = "0.11.17", features = ["json"] }
thiserror = "1.0.40"
Expand Down

0 comments on commit a1d10ad

Please sign in to comment.