Skip to content

Commit 8a7c057

Browse files
Update dependency protobuf to v32
1 parent 1ef7bfe commit 8a7c057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ archive_override(
4343
urls = ["https://github.com/malkia/c-ares/archive/refs/tags/v1.34.5-bazel.tar.gz"],
4444
)
4545

46-
bazel_dep(name = "protobuf", version = "31.1")
46+
bazel_dep(name = "protobuf", version = "32.0")
4747
bazel_dep(name = "opentelemetry-proto", version = "1.7.0")
4848
bazel_dep(name = "prometheus-cpp", version = "1.3.0.bcr.2")
4949
bazel_dep(name = "civetweb", version = "1.16.bcr.3")

x/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ archive_override(
4848
urls = ["https://github.com/malkia/c-ares/archive/refs/tags/v1.34.5-bazel.tar.gz"],
4949
)
5050

51-
bazel_dep(name = "protobuf", version = "31.1")
51+
bazel_dep(name = "protobuf", version = "32.0")
5252
bazel_dep(name = "opentelemetry-proto", version = "1.7.0")
5353
bazel_dep(name = "prometheus-cpp", version = "1.3.0.bcr.2")
5454
bazel_dep(name = "civetweb", version = "1.16.bcr.3")

0 commit comments

Comments
 (0)