Skip to content

Commit ceed911

Browse files
committed
Upgrade c-ares from 1.16.1 to 1.34.5
1 parent 6252ff9 commit ceed911

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
4141
bazel_dep(name = "opentracing-cpp", version = "1.6.0")
4242
bazel_dep(name = "rules_multitool", version = "1.2.0")
4343
bazel_dep(name = "protoc-gen-validate", version = "1.2.1.bcr.1")
44-
bazel_dep(name = "c-ares", version = "1.16.1")
44+
bazel_dep(name = "c-ares", version = "1.34.5")
4545
archive_override(
4646
module_name = "c-ares",
47-
urls=["https://github.com/malkia/c-ares/archive/0b0d375f08edfc73d2f37090e9325c5bd600c043.zip"],
48-
integrity = "sha256-BAWtdpkKHShUobytt64s4gqoCFZTuV/Jim2jlfAesnw=",
49-
strip_prefix="c-ares-0b0d375f08edfc73d2f37090e9325c5bd600c043"
47+
urls=["https://github.com/malkia/c-ares/archive/refs/tags/v1.34.5-bazel.tar.gz"],
48+
integrity = "sha256-QItVHP1adgblywbel9M7cgFSehKhzHO6CrVe8/ynEls=",
49+
strip_prefix="c-ares-1.34.5-bazel",
5050
)
5151
bazel_dep(name = "protobuf", version = "30.2")
5252
bazel_dep(name = "opentelemetry-proto", version = "1.6.0")

0 commit comments

Comments
 (0)