Переглянути джерело

Pin cynic to specific version

Co-authored-by: apiraino <apiraino@users.noreply.github.com>
Graeme Coupar 6 місяців тому
батько
коміт
c7c8b7b6f5
2 змінених файлів з 3 додано та 3 видалено
  1. 1 1
      Cargo.toml
  2. 2 2
      github-graphql/Cargo.toml

+ 1 - 1
Cargo.toml

@@ -36,7 +36,7 @@ serde_path_to_error = "0.1.2"
 octocrab = "0.30.1"
 comrak = { version = "0.8.2", default-features = false }
 route-recognizer = "0.3.0"
-cynic = "3"
+cynic = "3.2.2"
 itertools = "0.10.2"
 tower = { version = "0.4.13", features = ["util", "limit", "buffer", "load-shed"] }
 github-graphql = { path = "github-graphql" }

+ 2 - 2
github-graphql/Cargo.toml

@@ -5,7 +5,7 @@ edition = "2021"
 
 [dependencies]
 chrono = { version = "0.4", features = ["serde"] }
-cynic = { version = "3", features = ["rkyv"] }
+cynic = { version = "3.2.2", features = ["rkyv"] }
 
 [build-dependencies]
-cynic-codegen = { version = "3", features = ["rkyv"] }
+cynic-codegen = { version = "3.2.2", features = ["rkyv"] }