Skip to content

Commit

Permalink
Update graphql_client requirement from 0.13.0 to 0.14.0 (#617)
Browse files Browse the repository at this point in the history
Updates the requirements on [graphql_client](https://github.com/graphql-rust/graphql-client) to permit the latest version.
- [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.13.0...0.14.0)

---
updated-dependencies:
- dependency-name: graphql_client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 27, 2024
1 parent d3c70a1 commit 4f97859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ wiremock = "0.6.0"
crypto_box = { version = "0.8.2", features = ["seal"] }
base64 = "0.22.0"
pretty_assertions = "1.4.0"
graphql_client = "0.13.0"
graphql_client = "0.14.0"

[features]
default = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client"]
Expand Down

0 comments on commit 4f97859

Please sign in to comment.