From 99a36a75a16cf8f3b645110ed44771ac3a3fc95f Mon Sep 17 00:00:00 2001 From: captbaritone Date: Wed, 16 Oct 2024 10:44:22 -0700 Subject: [PATCH] Update Cargo.lock (#4825) Summary: Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Pull Request resolved: https://github.com/facebook/relay/pull/4825 Reviewed By: monicatang Differential Revision: D64478500 Pulled By: captbaritone fbshipit-source-id: 9a3302ee568ec628db0d40107f41c717b62bdf1f --- compiler/Cargo.lock | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/compiler/Cargo.lock b/compiler/Cargo.lock index f969ab3864e2..064970e5138e 100644 --- a/compiler/Cargo.lock +++ b/compiler/Cargo.lock @@ -1142,6 +1142,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.10" @@ -1433,7 +1442,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd" dependencies = [ "heck 0.4.1", - "itertools", + "itertools 0.12.1", "proc-macro2", "proc-macro2-diagnostics", "quote", @@ -1851,7 +1860,7 @@ dependencies = [ "graphql-text-printer", "graphql-watchman", "intern", - "itertools", + "itertools 0.13.0", "lazy_static", "log", "lsp-server", @@ -1921,7 +1930,7 @@ dependencies = [ "graphql-text-printer", "indexmap", "intern", - "itertools", + "itertools 0.13.0", "lazy_static", "parking_lot", "regex", @@ -1948,7 +1957,7 @@ dependencies = [ "graphql-test-helpers", "indexmap", "intern", - "itertools", + "itertools 0.13.0", "lazy_static", "regex", "relay-codegen", @@ -2086,7 +2095,7 @@ dependencies = [ "fixture-tests", "fnv", "intern", - "itertools", + "itertools 0.13.0", "rayon", "schema", "tokio",