Skip to content

Commit

Permalink
update itertools 0.12.1 -> 0.13.0
Browse files Browse the repository at this point in the history
Reviewed By: anps77

Differential Revision: D64306014

fbshipit-source-id: 881ac716e1dc23968d4a28000fdaccdbf9097ec2
  • Loading branch information
Paul Iatchenii authored and facebook-github-bot committed Oct 16, 2024
1 parent e1cd7df commit e007500
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compiler/crates/relay-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ graphql-syntax = { path = "../graphql-syntax" }
graphql-text-printer = { path = "../graphql-text-printer" }
graphql-watchman = { path = "../graphql-watchman" }
intern = { path = "../intern" }
itertools = "0.12.1"
itertools = "0.13.0"
lazy_static = "1.4"
log = { version = "0.4.22", features = ["kv_unstable"] }
lsp-server = "0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ graphql-syntax = { path = "../graphql-syntax" }
graphql-text-printer = { path = "../graphql-text-printer" }
indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] }
intern = { path = "../intern" }
itertools = "0.12.1"
itertools = "0.13.0"
lazy_static = "1.4"
parking_lot = { version = "0.12.1", features = ["send_guard"] }
regex = "1.9.2"
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-typegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fnv = "1.0"
graphql-ir = { path = "../graphql-ir" }
indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] }
intern = { path = "../intern" }
itertools = "0.12.1"
itertools = "0.13.0"
lazy_static = "1.4"
relay-config = { path = "../relay-config" }
relay-schema = { path = "../relay-schema" }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/schema-print/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "tests/print_schema_test.rs"
[dependencies]
fnv = "1.0"
intern = { path = "../intern" }
itertools = "0.12.1"
itertools = "0.13.0"
rayon = "1.9.0"
schema = { path = "../schema" }

Expand Down

0 comments on commit e007500

Please sign in to comment.