Skip to content

Commit b5801f7

Browse files
chore(deps): bump graphql_client from 0.12.0 to 0.13.0
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] <support@github.com>
1 parent 2c3a747 commit b5801f7

File tree

2 files changed

+44
-5
lines changed

2 files changed

+44
-5
lines changed

Cargo.lock

Lines changed: 43 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subgraph-radio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sha3 = "0.10.8"
2020
derive-getters = "0.2.1"
2121
tokio = { version = "1.28.1", features = ["full", "rt"] }
2222
anyhow = "1.0"
23-
graphql_client = "0.12.0"
23+
graphql_client = "0.13.0"
2424
serde_derive = "1.0"
2525
reqwest = { version = "0.11.17", features = ["json"] }
2626
thiserror = "1.0.40"

0 commit comments

Comments
 (0)