Skip to content

Commit

Permalink
chore(deps): update dependency zlib to v1.3.1.bcr.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 23, 2024
1 parent ea3eb6e commit d63ea4c
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 = "yaml-cpp", version = "0.8.0", dev_dependency = True, repo_name
bazel_dep(name = "pugixml", version = "1.14.bcr.1", dev_dependency = True, repo_name = "com_github_zeux_pugixml")

# Our `curl.BUILD` file uses these.
bazel_dep(name = "zlib", version = "1.3.1.bcr.1")
bazel_dep(name = "zlib", version = "1.3.1.bcr.2")
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
Expand Down

0 comments on commit d63ea4c

Please sign in to comment.