Skip to content

Commit 8656acc

Browse files
committed
minor upgrades
1 parent 7060fd9 commit 8656acc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module(
44
compatibility_level = 0,
55
)
66

7-
bazel_dep(name = "abseil-cpp", version = "20240722.0")
7+
bazel_dep(name = "abseil-cpp", version = "20240722.0.bcr.1")
88
bazel_dep(name = "aspect_bazel_lib", version = "2.9.4")
99
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1010
bazel_dep(name = "boringssl", version = "0.20241024.0")
@@ -47,7 +47,7 @@ archive_override(
4747
# 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':
4848
# this rule is missing dependency declarations for the following files included by 'src/google/protobuf/any_lite.cc':
4949
# 'bazel-out/x64_windows-opt-exec-ST-d610928244b0/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h'
50-
bazel_dep(name = "protobuf", version = "29.0-rc2.bcr.1")
50+
bazel_dep(name = "protobuf", version = "29.0-rc3")
5151
bazel_dep(name = "opentelemetry-proto", version = "1.3.2")
5252
archive_override(
5353
module_name = "opentelemetry-proto",

x/MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ single_version_override(
3030
],
3131
)
3232

33-
bazel_dep(name = "c-ares", version = "1.16.1")
33+
bazel_dep(name = "c-ares") #, version = "1.16.1")
3434
archive_override(
3535
module_name = "c-ares",
3636
urls=["https://github.com/malkia/c-ares/archive/5ff026975caa04eb25e02b21976be5aace7da3c8.zip"],
@@ -40,7 +40,7 @@ archive_override(
4040

4141
# ditto here
4242

43-
bazel_dep(name = "opentelemetry-proto", version = "1.3.2")
43+
bazel_dep(name = "opentelemetry-proto" ) #, version = "1.3.2")
4444
archive_override(
4545
module_name = "opentelemetry-proto",
4646
integrity = "sha256-wGnA2WE3zwBdNEEfpn3TtvH4xkrx5/sv4AiaQcQlrNc=",
@@ -51,7 +51,7 @@ archive_override(
5151
urls = "https://github.com/open-telemetry/opentelemetry-proto/archive/refs/tags/v1.3.2.tar.gz",
5252
)
5353

54-
bazel_dep(name = "prometheus-cpp", version = "1.2.4")
54+
bazel_dep(name = "prometheus-cpp") #, version = "1.2.4")
5555
archive_override(
5656
module_name = "prometheus-cpp",
5757
integrity = "sha256-uElFYvmIrzXsElYbbrNS0Mvtfj99aKae2nhsZhCvxG4=",

0 commit comments

Comments
 (0)