Updating miniz library from version 2.0.8 -> 2.1.0 (#79636)

Summary:
This PR updates the miniz library from version 2.0.8 to 2.1.0.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/79636
Approved by: https://github.com/albanD
This commit is contained in:
Md Aamir Raihan
2022-06-22 15:02:16 +00:00
committed by PyTorch MergeBot
parent 28a7ee8cec
commit 7ea723b8f6
19 changed files with 206 additions and 101 deletions

View File

@ -25,7 +25,7 @@ def define_targets(rules):
":caffe2_headers",
"@com_github_glog//:glog",
"//c10",
"//third_party/miniz-2.0.8:miniz",
"//third_party/miniz-2.1.0:miniz",
],
)