Skip to content

Commit

Permalink
chore(deps): update dependency c-ares to v1.16.1 (#14443)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jul 9, 2024
1 parent 3caa2d3 commit 34c4b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bazel_dep(name = "pugixml", version = "1.14.bcr.1", dev_dependency = True, repo_

# Our `curl.BUILD` file uses these.
bazel_dep(name = "zlib", version = "1.3.1.bcr.1")
bazel_dep(name = "c-ares", version = "1.15.0", repo_name = "com_github_cares_cares")
bazel_dep(name = "c-ares", version = "1.16.1", repo_name = "com_github_cares_cares")

# `google-cloud-cpp` uses this indirectly in the coverage build. And we need
# to configure it for our CI builds.
Expand Down

0 comments on commit 34c4b4c

Please sign in to comment.