@@ -27,10 +27,10 @@ def prometheus_cpp_repositories():
2727 http_archive ,
2828 name = "com_github_curl" ,
2929 sha256 = "910cc5fe279dc36e2cca534172c94364cf3fcf7d6494ba56e6c61a390881ddce" ,
30- strip_prefix = "curl-7.82 .0" ,
30+ strip_prefix = "curl-8.16 .0" ,
3131 urls = [
32- "https://github.com/curl/curl/releases/download/curl-7_82_0 /curl-7.82 .0.tar.gz" ,
33- "https://curl.haxx. se/download/curl-7.82 .0.tar.gz" ,
32+ "https://github.com/curl/curl/releases/download/curl-8_16_0 /curl-8.16 .0.tar.gz" ,
33+ "https://curl.se/download/curl-8.16 .0.tar.gz" ,
3434 ],
3535 build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD" ,
3636 )
@@ -48,11 +48,11 @@ def prometheus_cpp_repositories():
4848 maybe (
4949 http_archive ,
5050 name = "net_zlib_zlib" ,
51- sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 " ,
52- strip_prefix = "zlib-1.2.11 " ,
51+ sha256 = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23 " ,
52+ strip_prefix = "zlib-1.3.1 " ,
5353 urls = [
54- "https://mirror.bazel.build/zlib.net/zlib-1.2.11 .tar.gz" ,
55- "https://zlib.net/zlib-1.2.11 .tar.gz" ,
54+ "https://mirror.bazel.build/zlib.net/zlib-1.3.1 .tar.gz" ,
55+ "https://zlib.net/zlib-1.3.1 .tar.gz" ,
5656 ],
5757 build_file = "@com_github_jupp0r_prometheus_cpp//bazel:zlib.BUILD" ,
5858 )
0 commit comments