Skip to content

Commit 61e91dd

Browse files
authored
Merge pull request #141 from malkia/renovate/protobuf-29.x
Update dependency protobuf to v29.3
2 parents dc50854 + 5bb96a6 commit 61e91dd

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
@@ -52,7 +52,7 @@ archive_override(
5252
# 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':
5353
# this rule is missing dependency declarations for the following files included by 'src/google/protobuf/any_lite.cc':
5454
# 'bazel-out/x64_windows-opt-exec-ST-d610928244b0/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h'
55-
bazel_dep(name = "protobuf", version = "29.2")
55+
bazel_dep(name = "protobuf", version = "29.3")
5656
bazel_dep(name = "opentelemetry-proto", version = "1.5.0")
5757
archive_override(
5858
module_name = "opentelemetry-proto",

x/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ archive_override(
5656
# 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':
5757
# this rule is missing dependency declarations for the following files included by 'src/google/protobuf/any_lite.cc':
5858
# 'bazel-out/x64_windows-opt-exec-ST-d610928244b0/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h'
59-
bazel_dep(name = "protobuf", version = "29.2")
59+
bazel_dep(name = "protobuf", version = "29.3")
6060
bazel_dep(name = "opentelemetry-proto", version = "1.5.0")
6161
archive_override(
6262
module_name = "opentelemetry-proto",

0 commit comments

Comments
 (0)