Skip to content

Commit

Permalink
chore(deps): Update graphql_client requirement from 0.13 to 0.14
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>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 0f9d600 commit 177f04b
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 @@ -34,7 +34,7 @@ vendored-tls = ["reqwest/native-tls-vendored"]

[dependencies]
# lib
graphql_client = { version = "0.13", features = ["reqwest-blocking"] }
graphql_client = { version = "0.14", features = ["reqwest-blocking"] }
serde = "1.0"
reqwest = { version = "0.11", features = ["json", "blocking", "multipart"] }
thiserror = "1.0"
Expand Down

0 comments on commit 177f04b

Please sign in to comment.