Updated zlib to 1.3 (#35147)
Closes #35147 PiperOrigin-RevId: 591028632
This commit is contained in:
parent
90cdff5a3c
commit
9677ab7682
|
|
@ -247,11 +247,11 @@ def grpc_deps():
|
|||
http_archive(
|
||||
name = "zlib",
|
||||
build_file = "@com_github_grpc_grpc//third_party:zlib.BUILD",
|
||||
sha256 = "90f43a9c998740e8a0db24b0af0147033db2aaaa99423129abbd76640757cac9",
|
||||
strip_prefix = "zlib-04f42ceca40f73e2978b50e93806c2a18c1281fc",
|
||||
sha256 = "18337cdb32562003c39d9f7322b9a166ad4abfb2b909566428e11f96d2385586",
|
||||
strip_prefix = "zlib-09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851",
|
||||
urls = [
|
||||
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/madler/zlib/archive/04f42ceca40f73e2978b50e93806c2a18c1281fc.tar.gz",
|
||||
"https://github.com/madler/zlib/archive/04f42ceca40f73e2978b50e93806c2a18c1281fc.tar.gz",
|
||||
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/madler/zlib/archive/09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851.tar.gz",
|
||||
"https://github.com/madler/zlib/archive/09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 04f42ceca40f73e2978b50e93806c2a18c1281fc
|
||||
Subproject commit 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851
|
||||
|
|
@ -39,7 +39,7 @@ third_party/protobuf 6b5d8db01fe47478e8d400f550e797e6230d464e
|
|||
third_party/protoc-gen-validate fab737efbb4b4d03e7c771393708f75594b121e4
|
||||
third_party/re2 0c5616df9c0aaa44c9440d87422012423d91c7d1
|
||||
third_party/xds e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7
|
||||
third_party/zlib 04f42ceca40f73e2978b50e93806c2a18c1281fc
|
||||
third_party/zlib 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851
|
||||
EOF
|
||||
|
||||
diff -u "$submodules" "$want_submodules"
|
||||
|
|
|
|||
Loading…
Reference in New Issue