diff --git a/compiler/Cargo.lock b/compiler/Cargo.lock index 0f013e9dc69f4..f1aefba7f1f48 100644 --- a/compiler/Cargo.lock +++ b/compiler/Cargo.lock @@ -438,6 +438,7 @@ dependencies = [ "relay-transforms", "rustc-hash", "schema", + "schema-diff", "serde", "tokio", ] @@ -1795,6 +1796,7 @@ dependencies = [ "relay-transforms", "resolution-path", "schema", + "schema-diff", "schema-documentation", "schema-print", "serde", @@ -1990,6 +1992,7 @@ dependencies = [ "intern", "lazy_static", "relay-config", + "rustc-hash", "schema", ]