Skip to content

Commit

Permalink
third party: Upgrade rustc_hash
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D68064854

fbshipit-source-id: bd1c96abbc0ebaa178a55826bc85c61eb35e8301
  • Loading branch information
JakobDegen authored and facebook-github-bot committed Jan 13, 2025
1 parent 51fac5d commit 99cbea8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion compiler/crates/dependency-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-schema-generation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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 @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/schema-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion compiler/crates/schema-extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 99cbea8

Please sign in to comment.