aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshantuo <shantuo@google.com>2023-08-23 11:31:10 -0700
committerhanzhehz <115189666+hanzhehz@users.noreply.github.com>2023-08-24 10:38:11 -0700
commit9a5254a0bce3d86c6d5d29bd29bfbc1daa0bfa9a (patch)
tree9c5022a4234519f147ef3ba25f54707d35f55ce6
parent4a316494cec5919c71b79710836d464a05329f74 (diff)
downloadperf_data_converter-9a5254a0bce3d86c6d5d29bd29bfbc1daa0bfa9a.tar.gz
Bump zlib to 1.3
PiperOrigin-RevId: 559491847
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 80d4f99..3a2bed3 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -47,12 +47,12 @@ http_archive(
# zlib is a dependency of protobuf.
http_archive(
name = "zlib",
- sha256 = "b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30",
+ sha256 = "ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e",
# This is the zlib BUILD file used in kythe:
# https://github.com/kythe/kythe/blob/v0.0.30/third_party/zlib.BUILD
build_file = "zlib.BUILD",
- urls = ["https://www.zlib.net/zlib-1.2.13.tar.gz"],
- strip_prefix = "zlib-1.2.13",
+ urls = ["https://www.zlib.net/zlib-1.3.tar.gz"],
+ strip_prefix = "zlib-1.3",
)
http_archive(