Skip to content

Commit

Permalink
Merge pull request #25 from gierens/dependabot/cargo/graphql_client-0.14
Browse files Browse the repository at this point in the history
chore(deps): Update graphql_client requirement from 0.13 to 0.14
  • Loading branch information
gierens authored Mar 27, 2024
2 parents 0f9d600 + 177f04b commit 4cea584
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 4cea584

Please sign in to comment.