Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows (#18362)
## Summary
Extracting a wheel on windows which has a larger total uncompressed size
than 4GiB leads to panics as seen in
<https://github.com/astral-sh/uv/issues/18316#issuecomment-4016534644>.
This is caused by
<https://github.com/trifectatechfoundation/zlib-rs/issues/472>.
`zlib-rs` 0.6.2 includes
<https://github.com/trifectatechfoundation/zlib-rs/pull/473> which
addresses this issue.
## Test Plan
Manually verified via:
```
uv pip install --no-cache-dir https://repo.radeon.com/rocm/windows/rocm-rel-7.2/rocm_sdk_devel-7.2.0.dev0-py3-none-win_amd64.whl
```
On a Windows 11 VM.