Skip to content

Commit 46a82e4

Browse files
Paul Iatcheniifacebook-github-bot
Paul Iatchenii
authored andcommitted
update itertools: 13.0.0 -> 14.0.0
Differential Revision: D67751950 fbshipit-source-id: d5e39b7c685840b40aa7ba1b5015e8ccaea32b72
1 parent a24ebb0 commit 46a82e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

compiler/crates/relay-lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ graphql-syntax = { path = "../graphql-syntax" }
2626
graphql-text-printer = { path = "../graphql-text-printer" }
2727
graphql-watchman = { path = "../graphql-watchman" }
2828
intern = { path = "../intern" }
29-
itertools = "0.13.0"
29+
itertools = "0.14.0"
3030
lazy_static = "1.4"
3131
log = { version = "0.4.22", features = ["kv_unstable"] }
3232
lsp-server = "0.7.2"

compiler/crates/relay-transforms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ graphql-syntax = { path = "../graphql-syntax" }
136136
graphql-text-printer = { path = "../graphql-text-printer" }
137137
indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] }
138138
intern = { path = "../intern" }
139-
itertools = "0.13.0"
139+
itertools = "0.14.0"
140140
lazy_static = "1.4"
141141
parking_lot = { version = "0.12.1", features = ["send_guard"] }
142142
regex = "1.9.2"

compiler/crates/relay-typegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fnv = "1.0"
1919
graphql-ir = { path = "../graphql-ir" }
2020
indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] }
2121
intern = { path = "../intern" }
22-
itertools = "0.13.0"
22+
itertools = "0.14.0"
2323
lazy_static = "1.4"
2424
relay-config = { path = "../relay-config" }
2525
relay-schema = { path = "../relay-schema" }

compiler/crates/schema-print/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ path = "tests/print_schema_test.rs"
2323
[dependencies]
2424
fnv = "1.0"
2525
intern = { path = "../intern" }
26-
itertools = "0.13.0"
26+
itertools = "0.14.0"
2727
rayon = "1.9.0"
2828
schema = { path = "../schema" }
2929

0 commit comments

Comments
 (0)