diff --git a/rs/consensus/BUILD.bazel b/rs/consensus/BUILD.bazel index 813d81f8c10e..e383b67740fc 100644 --- a/rs/consensus/BUILD.bazel +++ b/rs/consensus/BUILD.bazel @@ -16,7 +16,6 @@ rust_library( # Keep sorted. "//packages/ic-error-types", "//rs/config", - "//rs/consensus/certification", "//rs/consensus/chain_key", "//rs/consensus/dkg", "//rs/consensus/idkg", diff --git a/rs/cup_explorer/BUILD.bazel b/rs/cup_explorer/BUILD.bazel index 4848e7189656..8d59785d8700 100644 --- a/rs/cup_explorer/BUILD.bazel +++ b/rs/cup_explorer/BUILD.bazel @@ -17,7 +17,6 @@ rust_library( "//rs/interfaces", "//rs/interfaces/registry", "//rs/protobuf", - "//rs/registry/client", "//rs/registry/helpers", "//rs/registry/keys", "//rs/registry/nns_data_provider", diff --git a/rs/prep/BUILD.bazel b/rs/prep/BUILD.bazel index 9008707c536f..687c460ffc1f 100644 --- a/rs/prep/BUILD.bazel +++ b/rs/prep/BUILD.bazel @@ -40,7 +40,6 @@ rust_library( "@crate_index//:maplit", "@crate_index//:prost", "@crate_index//:rand", - "@crate_index//:reqwest", "@crate_index//:serde", "@crate_index//:serde_json", "@crate_index//:slog",