Skip to content

Commit cf641cf

Browse files
Merge pull request #1671 from obmarg/master
Update to cynic 2.0
2 parents a372837 + f0a11de commit cf641cf

File tree

5 files changed

+119
-199
lines changed

5 files changed

+119
-199
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serde_path_to_error = "0.1.2"
3636
octocrab = "0.9.1"
3737
comrak = "0.8.2"
3838
route-recognizer = "0.3.0"
39-
cynic = { version = "0.14" }
39+
cynic = { version = "2.0.0" }
4040
itertools = "0.10.2"
4141
tower = { version = "0.4.13", features = ["util", "limit", "buffer", "load-shed"] }
4242
github-graphql = { path = "github-graphql" }

github-graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ edition = "2021"
55

66
[dependencies]
77
chrono = { version = "0.4", features = ["serde"] }
8-
cynic = { version = "0.14" }
8+
cynic = { version = "2.2.2" }

0 commit comments

Comments
 (0)