Skip to content

Commit c7c8b7b

Browse files
obmargapiraino
andauthored
Pin cynic to specific version
Co-authored-by: apiraino <apiraino@users.noreply.github.com>
1 parent 4f17ff4 commit c7c8b7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.30.1"
3737
comrak = { version = "0.8.2", default-features = false }
3838
route-recognizer = "0.3.0"
39-
cynic = "3"
39+
cynic = "3.2.2"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
chrono = { version = "0.4", features = ["serde"] }
8-
cynic = { version = "3", features = ["rkyv"] }
8+
cynic = { version = "3.2.2", features = ["rkyv"] }
99

1010
[build-dependencies]
11-
cynic-codegen = { version = "3", features = ["rkyv"] }
11+
cynic-codegen = { version = "3.2.2", features = ["rkyv"] }

0 commit comments

Comments
 (0)