Skip to content

Commit b40b322

Browse files
Update dependency protobuf to v29.1
1 parent ddb7f6d commit b40b322

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
@@ -49,7 +49,7 @@ archive_override(
4949
# ERROR: Q:/b/u/c56xnmzt/external/protobuf+/src/google/protobuf/BUILD.bazel:462:11: Compiling src/google/protobuf/any_lite.cc [for tool] failed: undeclared inclusion(s) in rule '@@protobuf+//src/google/protobuf:protobuf_lite':
5050
# this rule is missing dependency declarations for the following files included by 'src/google/protobuf/any_lite.cc':
5151
# 'bazel-out/x64_windows-opt-exec-ST-d610928244b0/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h'
52-
bazel_dep(name = "protobuf", version = "29.0")
52+
bazel_dep(name = "protobuf", version = "29.1")
5353
bazel_dep(name = "opentelemetry-proto", version = "1.4.0")
5454
archive_override(
5555
module_name = "opentelemetry-proto",

x/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ archive_override(
5353
# ERROR: Q:/b/u/c56xnmzt/external/protobuf+/src/google/protobuf/BUILD.bazel:462:11: Compiling src/google/protobuf/any_lite.cc [for tool] failed: undeclared inclusion(s) in rule '@@protobuf+//src/google/protobuf:protobuf_lite':
5454
# this rule is missing dependency declarations for the following files included by 'src/google/protobuf/any_lite.cc':
5555
# 'bazel-out/x64_windows-opt-exec-ST-d610928244b0/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h'
56-
bazel_dep(name = "protobuf", version = "29.0")
56+
bazel_dep(name = "protobuf", version = "29.1")
5757
bazel_dep(name = "opentelemetry-proto", version = "1.4.0")
5858
archive_override(
5959
module_name = "opentelemetry-proto",

0 commit comments

Comments
 (0)