From e007500ac7b905e2ec9e89fa18770911ffae8515 Mon Sep 17 00:00:00 2001 From: Paul Iatchenii Date: Wed, 16 Oct 2024 03:34:19 -0700 Subject: [PATCH] update itertools 0.12.1 -> 0.13.0 Reviewed By: anps77 Differential Revision: D64306014 fbshipit-source-id: 881ac716e1dc23968d4a28000fdaccdbf9097ec2 --- compiler/crates/relay-lsp/Cargo.toml | 2 +- compiler/crates/relay-transforms/Cargo.toml | 2 +- compiler/crates/relay-typegen/Cargo.toml | 2 +- compiler/crates/schema-print/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/crates/relay-lsp/Cargo.toml b/compiler/crates/relay-lsp/Cargo.toml index 31d2e10cef90b..e80ef0e6079da 100644 --- a/compiler/crates/relay-lsp/Cargo.toml +++ b/compiler/crates/relay-lsp/Cargo.toml @@ -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" diff --git a/compiler/crates/relay-transforms/Cargo.toml b/compiler/crates/relay-transforms/Cargo.toml index 4a0e17e43f8a5..99ffcfe631429 100644 --- a/compiler/crates/relay-transforms/Cargo.toml +++ b/compiler/crates/relay-transforms/Cargo.toml @@ -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" diff --git a/compiler/crates/relay-typegen/Cargo.toml b/compiler/crates/relay-typegen/Cargo.toml index fbb23a40ae3e0..96aaad26b3a82 100644 --- a/compiler/crates/relay-typegen/Cargo.toml +++ b/compiler/crates/relay-typegen/Cargo.toml @@ -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" } diff --git a/compiler/crates/schema-print/Cargo.toml b/compiler/crates/schema-print/Cargo.toml index 23091ca8dde80..c45caabca6373 100644 --- a/compiler/crates/schema-print/Cargo.toml +++ b/compiler/crates/schema-print/Cargo.toml @@ -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" }