Use protobuf's built-in Bazel proto rule (#38280)

## What changed

- Load `proto_library` for the code-mode protocol directly from the
  `com_google_protobuf` repository.
- Remove the now-unneeded direct `rules_proto` module dependency.

GitOrigin-RevId: 5a01191b2c46c7fafd263ed93f153a878b09aaa8
This commit is contained in:
Adam Perry @ OpenAI
2026-08-13 00:19:16 +00:00
committed by copyberry
parent c38d59fca0
commit 27a98dde4d
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ bazel_dep(name = "platforms", version = "1.0.0")
# Expose the public protobuf rules already used transitively by rules_rs.
bazel_dep(name = "protobuf", version = "34.0.bcr.1", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_proto", version = "7.1.0")
bazel_dep(name = "llvm", version = "0.8.11")
bazel_dep(name = "windows_support", version = "0.2.0")