Skip to content

Commit de8b473

Browse files
committed
cargo: update graphql_client
1 parent 801dcbc commit de8b473

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.1610.1 (unreleased)
2+
3+
## Breaking changes
4+
5+
* GraphQL support has been updated to use `graphql_client` 0.14.
6+
17
# v0.1610.0
28

39
## Additions

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ futures-util = { version = "0.3.14", default-features = false, optional = true }
4747

4848
bytes = "^1.0"
4949
chrono = { version = "~0.4.23", default-features = false, features = ["clock", "serde"] }
50-
graphql_client = { version = "~0.11", optional = true }
50+
graphql_client = { version = "~0.14", optional = true }
5151
http = "~0.2.5"
5252
serde = { version = "~1.0.103", features = ["derive"] }
5353
serde_json = "^1.0.70"

0 commit comments

Comments
 (0)