From 99cbea8e3cf610495c7c1d1cc89535b6f0702efa Mon Sep 17 00:00:00 2001 From: Jakob Degen Date: Sun, 12 Jan 2025 19:38:08 -0800 Subject: [PATCH] third party: Upgrade `rustc_hash` Reviewed By: zertosh Differential Revision: D68064854 fbshipit-source-id: bd1c96abbc0ebaa178a55826bc85c61eb35e8301 --- compiler/crates/dependency-analyzer/Cargo.toml | 2 +- compiler/crates/relay-compiler/Cargo.toml | 2 +- compiler/crates/relay-schema-generation/Cargo.toml | 2 +- compiler/crates/relay-transforms/Cargo.toml | 2 +- compiler/crates/schema-diff/Cargo.toml | 2 +- compiler/crates/schema-extractor/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compiler/crates/dependency-analyzer/Cargo.toml b/compiler/crates/dependency-analyzer/Cargo.toml index aabc37ba9337a..9c78ee535cb11 100644 --- a/compiler/crates/dependency-analyzer/Cargo.toml +++ b/compiler/crates/dependency-analyzer/Cargo.toml @@ -21,7 +21,7 @@ common = { path = "../common" } graphql-ir = { path = "../graphql-ir" } graphql-syntax = { path = "../graphql-syntax" } relay-transforms = { path = "../relay-transforms" } -rustc-hash = "1.1.0" +rustc-hash = "2.1.0" schema = { path = "../schema" } schema-diff = { path = "../schema-diff" } serde = { version = "1.0.185", features = ["derive", "rc"] } diff --git a/compiler/crates/relay-compiler/Cargo.toml b/compiler/crates/relay-compiler/Cargo.toml index a1d5697f4e4c7..5493dcd674f0b 100644 --- a/compiler/crates/relay-compiler/Cargo.toml +++ b/compiler/crates/relay-compiler/Cargo.toml @@ -63,7 +63,7 @@ relay-saved-state-loader = { path = "../relay-saved-state-loader" } relay-schema = { path = "../relay-schema" } relay-transforms = { path = "../relay-transforms" } relay-typegen = { path = "../relay-typegen" } -rustc-hash = "1.1.0" +rustc-hash = "2.1.0" schema = { path = "../schema" } schema-diff = { path = "../schema-diff" } schema-validate-lib = { path = "../schema-validate" } diff --git a/compiler/crates/relay-schema-generation/Cargo.toml b/compiler/crates/relay-schema-generation/Cargo.toml index a89419e9af927..b2771068871cb 100644 --- a/compiler/crates/relay-schema-generation/Cargo.toml +++ b/compiler/crates/relay-schema-generation/Cargo.toml @@ -32,7 +32,7 @@ intern = { path = "../intern" } lazy_static = "1.4" relay-config = { path = "../relay-config" } relay-docblock = { path = "../relay-docblock" } -rustc-hash = "1.1.0" +rustc-hash = "2.1.0" schema-extractor = { path = "../schema-extractor" } serde = { version = "1.0.185", features = ["derive", "rc"] } thiserror = "2" diff --git a/compiler/crates/relay-transforms/Cargo.toml b/compiler/crates/relay-transforms/Cargo.toml index 5b11beb19a43e..2019a9e472561 100644 --- a/compiler/crates/relay-transforms/Cargo.toml +++ b/compiler/crates/relay-transforms/Cargo.toml @@ -142,7 +142,7 @@ parking_lot = { version = "0.12.1", features = ["send_guard"] } regex = "1.9.2" relay-config = { path = "../relay-config" } relay-schema = { path = "../relay-schema" } -rustc-hash = "1.1.0" +rustc-hash = "2.1.0" schema = { path = "../schema" } serde = { version = "1.0.185", features = ["derive", "rc"] } thiserror = "2" diff --git a/compiler/crates/schema-diff/Cargo.toml b/compiler/crates/schema-diff/Cargo.toml index 921d92ceb5eba..48704d040e356 100644 --- a/compiler/crates/schema-diff/Cargo.toml +++ b/compiler/crates/schema-diff/Cargo.toml @@ -19,5 +19,5 @@ graphql-syntax = { path = "../graphql-syntax" } intern = { path = "../intern" } lazy_static = "1.4" relay-config = { path = "../relay-config" } -rustc-hash = "1.1.0" +rustc-hash = "2.1.0" schema = { path = "../schema" } diff --git a/compiler/crates/schema-extractor/Cargo.toml b/compiler/crates/schema-extractor/Cargo.toml index c27a10304de4b..4059465ab4b57 100644 --- a/compiler/crates/schema-extractor/Cargo.toml +++ b/compiler/crates/schema-extractor/Cargo.toml @@ -14,6 +14,6 @@ hermes_comments = { git = "https://github.com/facebook/hermes.git" } hermes_estree = { git = "https://github.com/facebook/hermes.git" } hermes_parser = { git = "https://github.com/facebook/hermes.git" } intern = { path = "../intern" } -rustc-hash = "1.1.0" +rustc-hash = "2.1.0" serde = { version = "1.0.185", features = ["derive", "rc"] } thiserror = "2"